Preview:
# dictionary comprehension example
square_dict = {num: num*num for num in range(1, 11)}
print(square_dict)
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter