mirror of
https://github.com/python/cpython.git
synced 2026-03-01 18:41:11 +00:00
3 lines
44 B
Python
3 lines
44 B
Python
def func(x):
|
|
b = x + 1
|
|
return b + 2
|