4 lines
39 B
Python
4 lines
39 B
Python
|
|
import sys
|
||
|
|
if problem:
|
||
|
|
sys.exit(1)
|