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

8 lines
136 B
Python

# Exercise 5
# Task
'''
Create a variable that is equal to 10
If the variable is equal to 5, print "True", otherwise print "False"
'''