Files
Examples/Python/PyCharm/venv/1
2018-04-20 10:15:15 +01:00

4 lines
54 B
Plaintext

i = input("Number: ")
if (i == 0):
print("HELLO")