reviewing ex.15 to 26
This commit is contained in:
parent
402d63519d
commit
d270952bf0
6 changed files with 59 additions and 22 deletions
|
|
@ -1,8 +1,8 @@
|
|||
def cheese_and_crackers(cheese_count, boxes_of_crackers):
|
||||
print(f"You have {cheese_count} cheeses!")
|
||||
print(f"You have {boxes_of_crackers} boxes of crackers!")
|
||||
print("Man that's enough for a party!")
|
||||
print("Get a blanket.\n")
|
||||
print(f"You have {cheese_count} cheeses!")
|
||||
print(f"You have {boxes_of_crackers} boxes of crackers!")
|
||||
print("Man that's enough for a party!")
|
||||
print("Get a blanket.\n")
|
||||
|
||||
|
||||
print("We can just give the function numbers directly:")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue