CodeLab Solution 51817
Write a statement that associates d with a one-entry dictionary that maps the str ‘answer’ to the int value 42.
[cc lang=”PYTHON”] d[‘answer’] [/cc]
Write a statement that associates d with a one-entry dictionary that maps the str ‘answer’ to the int value 42.
[cc lang=”PYTHON”] d[‘answer’] [/cc]
facebook