Q&A Discussions
Amicable Pairs
2 Votes
3 AnswersTwo pairs and two GCD
1 Vote
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
Pull resistors
3 Votes
AI video creation
3 Votes
How to make a game code
1 Votes
How to add image and audio
1 Votes
About create tuples [Solved]
0 Votes
What is HelloWorld
1 Votes
Headless CMS
1 Votes
Missing]
0 Votes
Can anyone fix for me this code
1 Votes
Lets learn together
0 Votes