Q&A Discussions
dict comprehension
0 Votes
2 AnswersRegex with python
2 Votes
6 Answersstrings & variables part 2
0 Votes
2 AnswersImmutable objects
1 Vote
2 AnswersI need your help with this
0 Votes
1 AnswerLetter Counter
0 Votes
1 Answerpairs = {1: "apple",
"orange": [2, 3, 4],
True: False,
None: "True",
}
print(pairs.get("orange"))
print(pairs.get(1))
print(pairs.get(12345, "not in dictionary"))
the output is
[2, 3, 4]
False
not in dictionary
why is print(pairs.get(13345,"not in dictionary")) giving the output not in dictionary.pls I nid explanation
2 Votes
4 AnswersHot today
GUI-Based Python code in Webpage
4 Votes
Convert Animated SVG to PNG
1 Votes
My Missing Courses
1 Votes
Font size
0 Votes
Mobile
0 Votes
Are '\0' and NULL the same?
1 Votes
Number addition
0 Votes
cyber security
0 Votes