python drawing.pythonfrom turtle import ( forward, back, left, right, penup, pendown, color, ) forward(200) input()