Update activity1.py

This commit is contained in:
Elvis Tony 2024-05-28 21:20:28 +01:00 committed by GitHub
parent 34e6e65794
commit fae08c3825
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,13 +5,13 @@ counter = 15
print("Counter:",counter) print("Counter:",counter)
# Float # Float
discount = 1.5 discount = 1.5
print("Discount:",counter) print("Discount:",)
# String # String
name = "Mr Beast" name = "Mr Beast"
print("Name:",counter) print("Name:",)
# Boolean # Boolean
sunnyDay = False sunnyDay = False
print("Is it Sunny:",counter) print("Is it Sunny:",)
# List # List
shopping = ["Banana","Eggs","Bread"] shopping = ["Banana","Eggs","Bread"]
print("Shopping List:",counter) print("Shopping List:",)