Python Forum
Can a dictionary key be an integer?
Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can a dictionary key be an integer?
#2
First of all, to answer the question in the thread title - yes, an int can be a key in the dict. actually any hashable object can be (e.g. tuple).
As per the problem in the thread body - post the full code (minimal runnable snippet). From what you have shown it just populates the StudentNumAndScore dict using column 2 values as key and column1 values as values in the dict.
Reply


Messages In This Thread
Can a dictionary key be an integer? - by Pedroski55 - Sep-27-2017, 05:20 AM
RE: Can a dictionary key be an integer? - by buran - Sep-27-2017, 05:53 AM
RE: Can a dictionary key be an integer? - by buran - Sep-28-2017, 01:29 PM
RE: Can a dictionary key be an integer? - by buran - Sep-30-2017, 02:23 PM
RE: Can a dictionary key be an integer? - by buran - Oct-05-2017, 05:54 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Replacing an integer by looking at a dictionary wendysling 3 2,343 May-02-2019, 03:38 PM
Last Post: wendysling

Forum Jump:

User Panel Messages

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