19 August 2020
Code
# Create an empty dictionary
x = {}
or
x = dict()
Any errors in code above?
Please send a message.
Imagine data to solve problems
19 August 2020
Code
# Create an empty dictionary
x = {}
or
x = dict()
Any errors in code above?
Please send a message.