setdefault() inserts the key with ............... value if the key is not present.
Answer:
setdefault() inserts the key with default value if the key is not present.
Fill in the Blanks Questions (1 Mark each)
Last updated at April 16, 2024 by Teachoo
Answer:
setdefault() inserts the key with default value if the key is not present.