learn-python/4.py
2023-06-07 10:55:07 -04:00

5 lines
33 B
Python

x = 6
if x == 5:
print("True")