Collections
Exercise: Declare a dictionary
Goal
Please create a new dictionary, where the key type is a string and the value type is an int. This dictionary should contain no values.
Page 13 of 31
Please create a new dictionary, where the key type is a string and the value type is an int. This dictionary should contain no values.