Files
2021-03-12 09:39:57 -05:00

7 lines
69 B
Python

def foo(a, b) -> 1:
x:int = a
return 1
print(1)
print(3**6)