Are you sure?
Do you want to delete “Another Day Of Work” permanently? You will not be able to undo this action.
Road1=Rectangle(width=130, height=35)
Sky=Rectangle(width=100, height=35, color='skyblue', y=15)
Grass=Rectangle(width=100, height=30, color='green', y=82.6)
Sun=Circle(width=30, height=30, color='yellow', y= 16.4, x= 70)
import icons
Cloud=icons.Cloud(height=26, width=30, color='white', x=30, y=16)
Truck=icons.Truck(height=32, width=32, color='red', x=10)
with animation(duration=4):
Truck.x=200
Cloud.x=100