for zahl in range(1, 21): print("Das Quadrat von " + str(zahl) + " ist " + str(zahl*zahl) + ".")