Learn practical skills, build real-world projects, and advance your career

day4-3-dictionary

Use the "Run" button to execute the code.

!pip install jovian --upgrade --quiet
import jovian
# Execute this to save new versions of the notebook
jovian.commit(project="day4-3-dictionary")
# It contain key:value pair.
# It is of mutable type.
# KEY cannot be duplicate,but value can be duplicate.
# It is presented by {}.