Created
September 9, 2020 18:51
-
-
Save tamert/8a4b7d9d648e23eafdf78e9efc15e8d2 to your computer and use it in GitHub Desktop.
fonksiyonel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def arttir(sayi): | |
return sayi*5+2 | |
print(arttir(4)) | |
#out: 22 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment