python-CSD-kursu/python-temel/function.5.py

4 lines
73 B
Python

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