What is wrong in this code? Code in description | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is wrong in this code? Code in description

print("Your choice print("You can change the pattern") print("go in code And change a angle") import turtle t=turtle.Turtle() colours=("blue","green","red","black") for x in range(100): t.pencolor(colours[x%4]) t.forward(x) angle=input("t. left(70)") This is a code It is new code. Please Anybody don't tell it is old code .

6th Oct 2020, 5:56 AM
Omkar Pawar
2 Answers
+ 3
You can't use the turtle module in Sololearn IDE.
6th Oct 2020, 6:32 AM
Pranav Kalro
Pranav Kalro - avatar
0
I can use turtle in python 3 app
8th Oct 2020, 5:13 PM
Omkar Pawar