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

6 lines
64 B
Python

def foo():
print('foo')
def foo():
print('diğer foo')