fonksiyon parametre

This commit is contained in:
Mert Gör 🇹🇷 2023-05-22 16:44:10 +03:00
parent f189eddf26
commit c5f3f74412
No known key found for this signature in database
GPG Key ID: 2100A876D55B39B9

6
fonksiyon.parametre.py Normal file
View File

@ -0,0 +1,6 @@
def foo(x):
print(type(x))
foo(10)
foo(20.2)
foo('Ali')