In 3.2.2 in IDLE I have this dictionary entry:

Namath = {"first_name": "Joe", "last_name": "Namath", "phone": "212-222-7777",\
          "email": "joe.nam...@gmail.com", "stadium": "Shea Stadium"}

when I print it:

print(Namath)

I get:

{'phone': '212-222-7777', 'first_name': 'Joe', 'last_name': 'Namath',
'email': 'joe.nam...@gmail.com', 'stadium': 'Shea Stadium'}

Why is it out of order?

-- 
Frank L. "Cranky Frankie" Palmeri
Risible Riding Raconteur & Writer
“The problem with quotes on the Internet is that
it is often difficult to verify their authenticity.”
- Abraham Lincoln
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to