This commit is contained in:
Mert Gör 🇹🇷 2023-07-02 16:28:58 +03:00
parent 015db3e88e
commit 467bdf85ae
No known key found for this signature in database
GPG Key ID: 2100A876D55B39B9

5
python-temel/type.foo.py Normal file
View File

@ -0,0 +1,5 @@
def foo():
print('foo')
print(foo)
print(type(foo))