Q&A Discussies
Amicable Pairs
2 Stemmen
3 AntwoordenWhat does QUARK PAIRS Means..???
6 Stemmen
6 AntwoordenFind Matching pairs of numbers
0 Stemmen
3 AntwoordenTwo pairs and two GCD
1 Stem
1 Antwoordpython need help pairs card game
0 Stemmen
2 AntwoordenRemove all pairs of alphabate ..
0 Stemmen
2 Antwoordenpairs = {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 Stemmen
4 AntwoordenPopulair vandaag
Where is the bug?
3 Votes
Pointers cpp
2 Votes
Is pro worth the money ?
1 Votes
Drawing images in java
2 Votes