Skip to content

Instantly share code, notes, and snippets.

@zinzinzibidi
Created April 25, 2022 09:35
Show Gist options
  • Save zinzinzibidi/686bbe09b8ceec5464bfeac994c9204c to your computer and use it in GitHub Desktop.
Save zinzinzibidi/686bbe09b8ceec5464bfeac994c9204c to your computer and use it in GitHub Desktop.
List Data Type Uygulama 01 Yanıt
my_list = [42, 240, 'a', "b", "c"]
my_list.pop()
print(my_list)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment