Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save zinzinzibidi/48c208d9b0fd52ff760041a1bd19d2d5 to your computer and use it in GitHub Desktop.
Save zinzinzibidi/48c208d9b0fd52ff760041a1bd19d2d5 to your computer and use it in GitHub Desktop.
Data Types Genel Tekrar Uygulama 05 Yanıt
bocekler = ["karınca", "uğur böceği", "çekirge"]
bocekler.append("örümcek")
print(bocekler)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment