learn-python/l5.py

7 lines
56 B
Python
Raw Permalink Normal View History

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