6 lines
69 B
Text
6 lines
69 B
Text
def foo():
|
|
return 1
|
|
|
|
def main():
|
|
foo() + (1 + 44*3) == 1
|
|
return 1
|