my code won´t work with def start
Without the def start(): it works (with the code in main) and with nothing happens. Someone please help
Voters
Ask coding questions
Without the def start(): it works (with the code in main) and with nothing happens. Someone please help
Is there a reason why you are storing the main code in
wat.py
? Couldn't you just put it inmain.py
@InvisibleOne this is just a test code i have a much bigger code with several py's and this code is supposed to be imorted through a button in a different py. So yeah I need to use a def start.