Python Forum
Help with displaying output of a python program?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help with displaying output of a python program?
#3
This is an easy answer if you do simple debugging. Print asgnts_list, as you create it from a dictionary (and why not just use the dictionary). Dictionaries are in "hash" order, so you are printing/using a list that is in jumbled order as a simple print statement will tell https://www.tutorialspoint.com/python3/p...ionary.htm
Reply


Messages In This Thread
RE: Help with displaying output of a python program? - by woooee - May-11-2018, 05:23 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020