Create activity1.py

This commit is contained in:
Elvis Tony 2024-05-28 21:11:36 +01:00 committed by GitHub
parent 99f04c331b
commit bf567209a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

12
activity1.py Normal file
View file

@ -0,0 +1,12 @@
# Activity 1
# Integer
counter = 15
# Float
discount = 1.5
# String
name = "Mr Beast"
# Boolean
sunnyDay = False
# List
shopping = ["Banana","Eggs","Bread"]