SyntaxFix
Write A Post
Hire A Developer
Questions
You can initialize the values as empty strings and fill them in later as they are found.
dictionary = {'one':'','two':''} dictionary['one']=1 dictionary['two']=2