I am a rookie at python, having a hard time figuering out how lists and dict really works. In my program i have a list that looks like:
Hat =[334,hat,59,200]
that i want to make into a dict, with a key 334
and the vaule = [hat,59,200]
. How could i make it so?