Обсуждения
Dictionary and tuples.
4 голосов
6 ответовDictionary definition issue
1 голос
3 ответов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 fail to understand
2 голосов
4 ответовEmoji inputs
3 голосов
1 ответDoubt related to dictionary
3 голосов
3 ответовMerge a dictionary
0 голосов
3 ответов[Python] Dictionary inverter
12 голосов
3 ответовOutput of dictionary
0 голосов
3 ответовWhat is the answer to no.3
2 голосов
3 ответовWhy there is an error
1 голос
3 ответовOutput of the key
0 голосов
11 ответовTuples and dicts.
0 голосов
8 ответовDictionary Functions
1 голос
2 ответовFunction for dictionary
0 голосов
6 ответовАктуальное сегодня
Activities on sololearn
4 Votes
playground input
1 Votes
Html issue
2 Votes
Can you help me ?
1 Votes
How I can use div
1 Votes
TIPS From Veterans
1 Votes
Playground input
1 Votes
App development 🔥☝️
1 Votes
Computer architecture
1 Votes