4 lines
37 B
Python
4 lines
37 B
Python
|
|
import os
|
||
|
|
if problem:
|
||
|
|
os.abort()
|