dm/python/test.py

10 lines
62 B
Python

list1=[1,2,3,4,5]
name='asd'
dic={name:list1}
print(dic)