Preview:
for i in range (1,6):
    x=y=i
    print (x,y,end=" ")
    for j in range (1,5):
        z=x+y
        print(z,end=" ")
        y=z
    print(" ")
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