Question 1: Python Dictionaries - Creation
Which of the following is a valid way to create a dictionary?
Question 2: Python Dictionaries - Accessing Values
What will be the output?
Question 3: Python Dictionaries - get() Method
What is the output?
Question 4: Python Dictionaries - Keys
Which of the following can be used as a dictionary key?
Question 5: Python Sets - Creation
Which of the following correctly creates a set?
Question 6: Python Sets - Uniqueness
What will this code output?
Question 7: Python Dictionaries - Updating Values
What will be the output?
Question 8: Python Sets - Union Operation
What is the output?
Question 9: Python Sets - Membership
What will this code print?
Question 10: Python Dictionaries - Iterating Keys
What will this code output?