Files
ICSP1-Works/week7/Exercises/run_all.py
2026-04-20 09:35:37 +08:00

4 lines
51 B
Python

import ex1,ex2,ex3
ex1.main()
ex2.main()
ex3.main()