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 .
2 Answers
+ 3
You can't use the turtle module in Sololearn IDE.
0
I can use turtle in python 3 app