We can add an item to dictionary by assigning a new index key and value to it.
dictionary["INDEX_KEY"] = "VALUE_HERE"
Source: W3Schools
Last updated 1 year ago