diff --git a/activity1.py b/activity1.py index 7b831c1..9272a1f 100644 --- a/activity1.py +++ b/activity1.py @@ -2,11 +2,16 @@ # Integer counter = 15 +print("Counter:",counter) # Float discount = 1.5 +print("Discount:",counter) # String name = "Mr Beast" +print("Name:",counter) # Boolean sunnyDay = False +print("Is it Sunny:",counter) # List shopping = ["Banana","Eggs","Bread"] +print("Shopping List:",counter)