first commit

This commit is contained in:
liligeng111 2025-08-06 02:04:35 +08:00
parent abc6526143
commit 26631f9b48
24 changed files with 1089 additions and 1 deletions

13
Exercise/exercise-1.1.py Normal file
View file

@ -0,0 +1,13 @@
# 计算 12879 * 36521 并打印
# product = ???
# print(product)
# 计算 100 模 32 并打印
# mod = ???
# print(mod)
# 打印Hello\ "World!"
# msg = ???
# print(msg)