Created
April 25, 2022 09:35
-
-
Save zinzinzibidi/686bbe09b8ceec5464bfeac994c9204c to your computer and use it in GitHub Desktop.
List Data Type Uygulama 01 Yanıt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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