The code made with Python in vscode runs well in vscode If you save ~~.py to your desktop and run it, it will turn off without output when you finish entering the input value And if you really simply run the code print ("asd"), the window opens and turns off in 0.1 seconds How do I solve this?
python
from time import sleep
# Add code at the end
sleep(60)
© 2024 OneMinuteCode. All rights reserved.