Обсуждения
C# Dictionary’s and Lists!
1 голос
1 ответdict comprehension
0 голосов
2 ответовHaving problems creating a database
0 голосов
1 ответRegex with python
2 голосов
6 ответовImmutable objects
1 голос
2 ответовI need your help with this
0 голосов
1 ответLetter Counter
0 голосов
1 ответpairs = {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 голосов
4 ответовi am getting error anyone can help
0 голосов
5 ответовАктуальное сегодня
Pig Latin
0 Votes
Someone can help me
0 Votes
Please rate my code from 1 to 10
2 Votes
Square Roots
0 Votes
What's wrong with this?
2 Votes
I’m new someone can help me
0 Votes