def checking():
fp = open("STATE.txt", "w+")
if "!" or "§" in fp.read():
print(fp.read())
read = fp.read()
print(read)
else:
fp.close()
no_entry()
fp.close()
checking()
Output:
Process finished with exit code 0
Why is this Output Empty but my Code thinks its not?
Aucun commentaire:
Enregistrer un commentaire