Sorry, I am afraid, I was not clear enough. So what is the difference
between
  d = dict({'one': 1, 'two': 2})
and
  d = {'one': 1, 'two': 2}
?
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to