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

3 lines
37 B
Python
Raw Normal View History

2023-05-21 19:44:47 +03:00
def bar(a, b, c):
print(a, b, c)