how to close Python in steps
Answers
Answered by
0
Answer:
⏩To stop code execution in Python you first need to import the sys object. After this you can then call the exit() method to stop the program running. It is the most reliable, cross-platform way of stopping code execution.⏪
Answered by
1
hi guys follow me here is your answer
Attachments:
Similar questions