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)
# Float
discount = 1.5
print("Discount:",counter)
print("Discount:",)
# String
name = "Mr Beast"
print("Name:",counter)
print("Name:",)
# Boolean
sunnyDay = False
print("Is it Sunny:",counter)
print("Is it Sunny:",)
# List
shopping = ["Banana","Eggs","Bread"]
print("Shopping List:",counter)
print("Shopping List:",)