Renamed 8-1 t follow two digit naming convention for uniformity
This commit is contained in:
parent
f07caec070
commit
aa2e24a259
7
Chapter_08/8-01_message.py
Normal file
7
Chapter_08/8-01_message.py
Normal 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()
|
||||
Loading…
x
Reference in New Issue
Block a user