learn-python/l4.py

5 lines
33 B
Python
Raw Permalink Normal View History

2023-06-07 17:58:34 -04:00
x = 5
if x == 5:
print("True")