Created
November 19, 2024 00:27
-
-
Save timcsy/38e45d9273705829d3acce5556485220 to your computer and use it in GitHub Desktop.
很長的 List
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
long_list = [ | |
703, 513, 444, 201, 562, 992, 214, 895, 847, 651, | |
134, 978, 238, 119, 820, 449, 94, 51, 374, 670, | |
923, 158, 614, 771, 877, 82, 346, 687, 304, 530, | |
"apple", "banana", "cherry", "date", "elderberry", | |
"fig", "grape", "honeydew", "kiwi", "lemon", | |
"mango", "nectarine", "orange", "papaya", "quince", | |
"raspberry", "strawberry", "tangerine", "ugli fruit", "watermelon", | |
1831, 4827, 9021, 5209, 6554, | |
"dog", "cat", "bird", "fish", "hamster", | |
"lion", "tiger", "elephant", "giraffe", "zebra", | |
"rabbit", "squirrel", "bear", "wolf", "fox", | |
14323, 26455, 19876, 38542, 51244, | |
"red", "blue", "green", "yellow", "purple", | |
"orange", "black", "white", "gray", "brown", | |
158902, 237484, 184731, 294738, 384920, | |
"mountain", "river", "lake", "ocean", "forest", | |
"desert", "field", "meadow", "valley", "hill" | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment