Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: 'dict()' Has an Exception?
Post: RE: 'dict()' Has an Exception?

Thank you so much! That makes a lot of sense now.
htran3 General Coding Help 2 793 Nov-04-2022, 08:29 AM
    Thread: 'dict()' Has an Exception?
Post: 'dict()' Has an Exception?

Hey guys, please let me know if you have an answer to this (copy and paste into your IDE): x = { 0: "value 0", 1: "value 1", 2: "value 2", True: False } print(x.get(0)) print(x.get(1)...
htran3 General Coding Help 2 793 Nov-04-2022, 07:43 AM

User Panel Messages

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