Computer Science, asked by user7050, 2 days ago

Write a program in python to use of FOR loop.​

Answers

Answered by lituindrsp
0

Answer:

impirt turtle

t=turtle.pen()

for c in range (1, 5)

t. forward(100)

t. left(90)

Hope it helps.

Pls mark as the brainlest and folow me.

Similar questions