5 lines
66 B
Python
5 lines
66 B
Python
import ex1,ex2,ex3,ex4
|
|
ex1.main()
|
|
ex2.main()
|
|
ex3.main()
|
|
ex4.main() |