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

8 lines
135 B
Python

# Exercise 4
# Task:
'''
Create a variable that is equal to 5.
Use an if statement to print "True" if the variable is equal to 5.
'''