learn-python/l4.py
2023-06-07 17:58:34 -04:00

5 lines
33 B
Python

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