python-CSD-kursu/python-temel/return.2.py
2023-05-23 07:43:06 +03:00

6 lines
58 B
Python

def foo():
print('foo')
result = foo()
print(result)