parent
2820217c8e
commit
dd23656b13
@ -0,0 +1,7 @@
|
||||
lst = ['shit','turd','poop']
|
||||
|
||||
lst1 = dict(zip(lst, range(len(lst))))
|
||||
|
||||
print(lst1)
|
||||
|
||||
|
Reference in new issue