7
Question Question 7
Which value is assigned to keys, if no value is specified with the fromkeys() method ?
- 0
- 1
- None
- any of these
None
Reason — If no value is specified, the keys are assigned None as their default values.
Which value is assigned to keys, if no value is specified with the fromkeys() method ?
None
Reason — If no value is specified, the keys are assigned None as their default values.