reviewing ex.15 to 26

This commit is contained in:
samialazar 2020-05-26 11:52:28 +02:00
commit d270952bf0
6 changed files with 59 additions and 22 deletions

View file

@ -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:")