dm/python/test.py

10 lines
62 B
Python
Raw Normal View History

2024-07-10 21:47:55 +08:00
list1=[1,2,3,4,5]
name='asd'
dic={name:list1}
print(dic)
2024-07-10 20:05:41 +08:00
2024-07-03 14:08:43 +08:00