Post

Vivek KESHRI 🇮🇳
Vivek KESHRI 🇮🇳@DrVivekKeshri·
@Python_Dv A: None (Since "e" is not a key in d, the method returns the default value provided, which is None)
English
0
0
0
42
Demian
Demian@demian_bash·
@Python_Dv The `get` method in a dictionary returns `None` if the key does not exist and a default value is provided. Here, `d.get('e', None)` returns `None` because 'e' is not a key in the dictionary. **A) None**
English
0
0
0
26
Danny Ki
Danny Ki@web3willbefree·
@Python_Dv How many lines of code until sentience? 🤔🐍
English
0
0
0
119
Paylaş