Design a world program that simulates a type writer for the string"qwerty". The simulation ends when the viewer closes the world canvas.
The main function consumes the initial "time" (in seconds) and counts up from there, one tick per second.
Hint:The display shows the first t letters from the string where t is the current time.
Use the DrRacket, and give me picture.