mirror of
https://github.com/codeninjasuk/python-camp-24.git
synced 2024-11-22 07:18:03 -05:00
Update activity1.py
This commit is contained in:
parent
34e6e65794
commit
fae08c3825
1 changed files with 4 additions and 4 deletions
|
@ -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:",)
|
||||
|
|
Loading…
Reference in a new issue