mirror of
https://github.com/codeninjasuk/python-camp-24.git
synced 2024-11-22 15:28:13 -05:00
Create activity1.py
This commit is contained in:
parent
99f04c331b
commit
bf567209a3
1 changed files with 12 additions and 0 deletions
12
activity1.py
Normal file
12
activity1.py
Normal 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"]
|
Loading…
Reference in a new issue