migration from cloud service

This commit is contained in:
2026-03-23 22:41:03 +08:00
commit e1d2d137c5
15 changed files with 283 additions and 0 deletions

7
week3/run_all.py Normal file
View File

@@ -0,0 +1,7 @@
import ex1,ex2,ex3,ex4,ex5,ex6
ex1.main()
ex2.main()
ex3.main()
ex4.main()
ex5.main()
ex6.main()