I have a dicationary
x={'symbol':LTV,'user':derek,'where':home,'time':night}
Obviously when u print it the dictionary doesnt keep the order you put them in. how do i have a dictionary that has it the way i input them? I looked online, but not sure to you cmp, lambda, etc?
Thanks for the help.