Quiz (1 point)
Given that:
statement at line 2, tab 0 =
locations["ES"] = "Spain"
Prove that:
statement at line 2, tab 0 =
__setitem__(locations, "ES", "Spain")
The following properties may be helpful:
object[key] = value
=__setitem__(object, key, value)
if the following are true:
- a = b
- b = c
then a = c
Please write your proof in the table below. Each row should contain one claim. The last claim is the statement that you are trying to prove.