7 lines
69 B
Python
7 lines
69 B
Python
def foo(a, b) -> 1:
|
|
x:int = a
|
|
return 1
|
|
|
|
print(1)
|
|
print(3**6)
|