这是我们组的项目

This commit is contained in:
ygx
2026-09-21 19:49:26 +08:00
commit 9d2455902a
61 changed files with 4196 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
l = ["a","b","c","d","e"]
l1 = [1,2,3,4,5]
# d = {}
# for i in range(0,6):
# a = l1[i]
# b = l[i]
# d[a] = b
# print(d.items())