Are you sure?
Do you want to delete “Clean as a mirror lol” permanently? You will not be able to undo this action.
welcome = Text("Hello world!", x=50, y=42, color='darkblue') welcome = Text("Hello world!", x=50, y=49, color='darkred') welcome.flip_vertical() Square(x=50, y=45, width=50, height=0.5, color='darkgreen') #welcome1 = Text("Hello world!", x=50, y=62, color='darkblue') #welcome1.flip_horizontal() #welcome1 = Text("Hello world!", x=50, y=70, color='darkred') #welcome1.flip_horizontal() #Square(x=50, y=66, width=50, height=0.5,color='darkgreen') # need to learn to be able to flip horizontal and vertical at the same time