Q&A Discussões
Amicable Pairs
2 Votos
3 RespostasTwo pairs and two GCD
1 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
Help me understand
1 Votes
My first program
1 Votes
Ошибка в приложении Sololearn
1 Votes
What is a Mentor?
1 Votes
I found a bug
1 Votes
Why is there a error
2 Votes
Please 🥺 how can I code
1 Votes
Ethical Hacking Course
1 Votes
Pygame learn
1 Votes