Snippets tagged “systemexit”
1 snippet uses this tag.
- How do I terminate a script?Python
In Python, you can terminate a script by using the exit() function from the sys module.
1 snippet uses this tag.
In Python, you can terminate a script by using the exit() function from the sys module.