This commit is contained in:
leon 2025-03-07 11:51:29 +08:00
parent bbd68bee55
commit 9aa8c17db9

3
test2.py Normal file
View File

@ -0,0 +1,3 @@
arr = [1, 2, 3, 4, 5, 6, 7, 8, 9, {"1":123213}]
print(arr)