mirror of
https://github.com/python/cpython.git
synced 2025-08-23 10:16:01 +00:00
3 lines
44 B
Python
3 lines
44 B
Python
def func(x):
|
|
b = x + 1
|
|
return b + 2
|