Source Code:
(back to article)
squares = {x: x**2 for x in range(10)} print(squares)
Result:
Report an issue