Computer Science, asked by sujit79, 10 months ago

what commands can you use for drawing in logo​

Answers

Answered by aisha1411
1

hiiiiiiiii..............

Now let us try some commands. Commands will be issued one per line followed by a carriage return. Several of these commands can be typed in succession in a command window followed by a carriage return. The effect on the turtle is the same. However, if you type a command, which requires one or more inputs and provide the missing input(s) on the next line, Logo will show an error.

Following is a practice command, which shows the desired results on the right.The commands – fd 50 rt 120 fd 50 rt 120 fd 50 rt 120, cause the turtle to draw a triangle, as you can see by trying them out.

These commands are read from the left to the right. Since the command fd requires one argument, it is taken as the next value. Similarly, rt takes an argument as well. Thus, Logo can give an unambiguous meaning to each of these character strings. For some Logo commands, separators are needed.

Following are few practice commands with the desired results on the right.

see in attachment

Attachments:
Similar questions