Completed Exercise 8-3 T-Shirt
This commit is contained in:
parent
1da26a13cd
commit
cdc0e626dd
7
Chapter_08/8-03_t-shirt.py
Normal file
7
Chapter_08/8-03_t-shirt.py
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# Exercise 8-3 T-Shirt
|
||||||
|
# Learning Objective: Write a function with 2 arguments.
|
||||||
|
|
||||||
|
def make_shirt(size='S', message='your text here'):
|
||||||
|
print(f"\tNew shirt to be made:\n\tSIZE: {size}\n\tMESSAGE: {message}")
|
||||||
|
|
||||||
|
make_shirt("L", "Hello Python World")
|
||||||
Loading…
x
Reference in New Issue
Block a user