first commit
This commit is contained in:
parent
abc6526143
commit
26631f9b48
24 changed files with 1089 additions and 1 deletions
13
Exercise/exercise-1.1.py
Normal file
13
Exercise/exercise-1.1.py
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
|
||||
# 计算 12879 * 36521 并打印
|
||||
# product = ???
|
||||
# print(product)
|
||||
|
||||
|
||||
# 计算 100 模 32 并打印
|
||||
# mod = ???
|
||||
# print(mod)
|
||||
|
||||
# 打印Hello\ "World!"
|
||||
# msg = ???
|
||||
# print(msg)
|
||||
Loading…
Add table
Add a link
Reference in a new issue