asked 31.6k views
2 votes
What command would you use to erase all of the drawings that currently appear in the graphics window? Nothing else is erased or changed.

1 Answer

2 votes

Final answer:

The clear() command can be used to erase all drawings in the graphics window without changing anything else.

Step-by-step explanation:

The command used to erase all drawings that currently appear in the graphics window is the clear command. To use this command, you would type clear() and press enter. This command will clear all the drawings in the graphics window, but it will not erase any other elements or change anything else.

answered
User Matt Curtis
by
7.5k points