python-CSD-kursu/python-temel/other_foo.3.py

8 lines
52 B
Python

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