other foo like example 3

This commit is contained in:
Mert Gör ☭ 2023-07-02 17:03:13 +03:00
parent 7c95cb2375
commit b87bcb3b30
No known key found for this signature in database
GPG key ID: 2100A876D55B39B9

View file

@ -0,0 +1,7 @@
def foo():
print('foo')
bar = foo
foo()
bar()