function foo and bar

This commit is contained in:
Mert Gör 🇹🇷 2023-05-21 19:47:44 +03:00
parent eb09b29a79
commit f9bcfbe07a
No known key found for this signature in database
GPG Key ID: 2100A876D55B39B9

7
function.8.py Normal file
View File

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