learn-python/e5.py

8 lines
136 B
Python
Raw Permalink Normal View History

2023-06-07 17:58:34 -04:00
# Exercise 5
# Task
'''
Create a variable that is equal to 10
If the variable is equal to 5, print "True", otherwise print "False"
'''