Files
RustPython/tests/snippets/function.py
2018-07-09 22:06:49 +02:00

5 lines
45 B
Python

def foo():
return 42
assert foo() == 42