learn-python/e4.py

8 lines
135 B
Python
Raw Normal View History

2023-06-07 17:58:34 -04:00
# 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.
'''