print("Step 1: Get eggs from frigde.") num_eggs = int(input("How many people?")) num_eggs = num_eggs * 2 print("Step 2: Get a fry pan.") print("Step 3: Cook", num_eggs, "eggs") |
Bronze Announcements >
Bronze Announcements >
2018-19 Lesson 2: Cooking eggsposted Oct 10, 2018, 8:06 AM by Attila Lengyel
|