Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save zinzinzibidi/b3e96267b6315b36a58ca678e0f55b32 to your computer and use it in GitHub Desktop.
Save zinzinzibidi/b3e96267b6315b36a58ca678e0f55b32 to your computer and use it in GitHub Desktop.
Data Types Genel Tekrar Uygulama 04 Yanıt
a = "5"
b = "20"
print(int(a)+int(b))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment