Обсуждения
C# Dictionary’s and Lists!
1 голос
1 ответdict comprehension
0 голосов
2 ответовHaving problems creating a database
0 голосов
1 ответRegex with python
2 голосов
6 ответовstrings & variables part 2
0 голосов
2 ответов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 ответовАктуальное сегодня
Best language?
0 Votes
Bro can you fix yt error?
0 Votes
Learn - multiple choice course questions display in one box making it impossible to continue
1 Votes
Sql practice
0 Votes
Bug in Completing AI Practice
0 Votes