Mar-04-2018, 06:20 PM
Hi all! When I am on the project, I cannot run it. Python says he does not find my "main" file.
Here is my main.py:
Here is my main.py:
1 2 3 4 5 6 7 8 9 10 11 12 |
if __name__ = = '__main__' : import handling_num import factorial import case import sort import chaotic import solver import roule import while_True import game_tk import game |