mirror of
https://github.com/github/semantic.git
synced 2024-12-25 07:55:12 +03:00
5 lines
33 B
Python
5 lines
33 B
Python
|
def foo(x):
|
||
|
return x
|
||
|
|
||
|
foo(1)
|