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)
|
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:",)
|
||||||
|
|
Loading…
Reference in a new issue