Created
April 25, 2022 10:56
-
-
Save zinzinzibidi/d98069d460469a88eabfd39e61a5ca62 to your computer and use it in GitHub Desktop.
List Data Type Uygulama 02 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
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