Skip to content

Instantly share code, notes, and snippets.

@tamert
Created September 9, 2020 18:51
Show Gist options
  • Save tamert/8a4b7d9d648e23eafdf78e9efc15e8d2 to your computer and use it in GitHub Desktop.
Save tamert/8a4b7d9d648e23eafdf78e9efc15e8d2 to your computer and use it in GitHub Desktop.
fonksiyonel
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