Skip to content

Instantly share code, notes, and snippets.

@zinzinzibidi
Created April 25, 2022 10:56
Show Gist options
  • Save zinzinzibidi/d98069d460469a88eabfd39e61a5ca62 to your computer and use it in GitHub Desktop.
Save zinzinzibidi/d98069d460469a88eabfd39e61a5ca62 to your computer and use it in GitHub Desktop.
List Data Type Uygulama 02 Yanıt
list02 = ['test', "abc", 43]
list02.append("zinzin")
print(list02)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment