initial file upload
This commit is contained in:
7
chap2/numbers.py
Normal file
7
chap2/numbers.py
Normal file
@@ -0,0 +1,7 @@
|
||||
print(2*4)
|
||||
print(16/2)
|
||||
print(9-1)
|
||||
print(5+3)
|
||||
|
||||
my_fav_num = 7
|
||||
print(f"My favorite number is {my_fav_num}")
|
||||
Reference in New Issue
Block a user