learn-python/4.py

5 lines
33 B
Python
Raw Normal View History

2023-06-07 10:55:07 -04:00
x = 6
if x == 5:
print("True")