Source Code:
(back to article)
x = {'a': 1, 'b': 2, 'c': 3, 'd': 4} print(x)
Result:
Report an issue