what is wrong in this code? Code in description. | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

what is wrong in this code? Code in description.

import tertal# t=tertal.pen() for x in range(100): t.forward(x) t. left(90)

2nd Oct 2020, 12:16 PM
Omkar Pawar
2 Respostas
+ 2
import turtle # and t = turtle.Turtle()
2nd Oct 2020, 12:20 PM
Slick
Slick - avatar
0
Thanks
2nd Oct 2020, 12:22 PM
Omkar Pawar