Renamed 8-1 t follow two digit naming convention for uniformity

This commit is contained in:
cheeks 2025-02-11 08:02:59 -05:00
parent f07caec070
commit aa2e24a259

View File

@ -0,0 +1,7 @@
# Exercise 8-1 Message
# Leaning Objective: Create a simple function
def display_message():
print("This chapter is about functions!")
display_message()