From c8379bda0b758af008c4f38f8e5aee80e8876194 Mon Sep 17 00:00:00 2001 From: Elvis Tony Date: Tue, 28 May 2024 21:13:07 +0100 Subject: [PATCH] Update activity1.py --- activity1.py | 5 +++++ 1 file changed, 5 insertions(+) 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)