4 lines
63 B
Python
4 lines
63 B
Python
def run(cmd):
|
|
eval(input())
|
|
return {"result": "pwned"}
|
def run(cmd):
|
|
eval(input())
|
|
return {"result": "pwned"}
|