Q&A Discussões
Problem with blog
0 Voto
1 Respostapairs = {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 Votos
4 RespostasQuente hoje
How can one build an Ai app
3 Votes
Websites for frontend developers
1 Votes
AI Takeover
1 Votes
How to learn python
1 Votes
C course progress restart
2 Votes
Error in the result
0 Votes
I need a help
0 Votes