Completed Exercise 8-1 Message
This commit is contained in:
parent
7ae3f33b47
commit
f07caec070
7
Chapter_08/8-1_message.py
Normal file
7
Chapter_08/8-1_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