QUESTION 13 Which of the following statements is false? O a. You can create a dictionary by enclosing in curly braces, {}, a comma-separated list of key-value pairs, each of the form key: value. O b....


QUESTION 13<br>Which of the following statements is false?<br>O a. You can create a dictionary by enclosing in curly braces, {}, a comma-separated list of key-value pairs, each of the form key: value.<br>O b. You can create an empty dictionary with {}.<br>O c. The following code creates a dictionary with the country-name keys 'Finland', 'South Africa' and 'Nepal' and their corresponding<br>Internet country code values 'fi','za' and 'np':<br>country_codes = {'Finland'<br>'South Africa', 'za',<br>'fi',<br>'Nepal', 'np'}<br>O d. When you output a dictionary, its comma-separated list of key-value pairs is always enclosed in curly braces.<br>

Extracted text: QUESTION 13 Which of the following statements is false? O a. You can create a dictionary by enclosing in curly braces, {}, a comma-separated list of key-value pairs, each of the form key: value. O b. You can create an empty dictionary with {}. O c. The following code creates a dictionary with the country-name keys 'Finland', 'South Africa' and 'Nepal' and their corresponding Internet country code values 'fi','za' and 'np': country_codes = {'Finland' 'South Africa', 'za', 'fi', 'Nepal', 'np'} O d. When you output a dictionary, its comma-separated list of key-value pairs is always enclosed in curly braces.

Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here