python-CSD-kursu/function.5.py
2023-05-21 19:44:47 +03:00

4 lines
73 B
Python

def foo():
print('foo first');
print(type(foo)) # <class 'function'>