Exercise: Add missing key-value pair to dictionary
Here, we're creating a dictionary called car. But, it's incomplete. Add the missing key-value pair so that
print()
outputs True
.
Python
Setting up Python environment...
Output