Are you sure?
Do you want to delete “For Loop Example 2” permanently? You will not be able to undo this action.
from icons import Heart
for i in range(0,9):
for j in range(0,9):
hex_code = "#741"+str(j)+str(i)+str(j)
Heart(width=5, height=5, color=hex_code, x=10+i*10, y=10+j*10)