Are you sure?
Do you want to delete “Variable Example 5 Rainbow” permanently? You will not be able to undo this action.
Rectangle(color=['red', 'orange', 'yellow', 'green', 'blue', 'purple'])
word = Text("Rainbow", x=90, y=90, color="#000000")
grow = 10
with animation(duration=5):
word.x = grow
word.y = grow
by aj999
Created 6 years, 1 month ago.
Based on Variable Example 5
by jamie.