Files
RustPython/benches/microbenchmarks/call_simple.py
2020-12-13 17:06:21 +00:00

8 lines
44 B
Python

def add(a, b):
a + b
# ---
add(1, 2)