Python : Running new module and then immediately closing the first?
In Python, I'd like to open a secondary module and then immediately shut
down the first. The first module will run the second and the second will
then run the first infinitely, but with only one window open at a time.
No comments:
Post a Comment