esdf10881 esdf10881 01-06-2022 Computers and Technology contestada Which draws a line while moving the pen 30 steps to the right? from turtle import* o drawright(30) o move(30) oright(30) o forward(30)