Created
April 25, 2022 11:00
-
-
Save zinzinzibidi/1fb416a586dd451dd2c43576655c389a to your computer and use it in GitHub Desktop.
List Data Type Uygulama 03 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
raw_data = [43, 240, 48, 64] | |
process_data = raw_data.copy() | |
print(process_data) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment