6 lines
81 B
Python
6 lines
81 B
Python
import ex1,ex2,ex3,ex4,ex5
|
|
ex1.main()
|
|
ex2.main()
|
|
ex3.main()
|
|
ex4.main()
|
|
ex5.main() |