Reputation: 9
for eg-
s= turtle.Turtle()
s.fd(100)
Then it will print lines in the east direction by default. The problem arises when we have to print blank lines to give some outline or to skip a part, so how we can code using turtle module that it will print a blank line.
Upvotes: 1
Views: 598