Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

What shape will this code make?

import turtle

Mark = turtle.Turtle()

Mark.back(80)

Mark.left(90)

Mark.forward(50)

Mark.right(90)

Mark.forward(80)

Mark.back(80)

Mark.left(90)

Mark.foward(50)

Mark.right(90)

Mark.forward(80)

2 Answers

Relevance
  • 4 months ago

    Why not just run it?  I did...

    Attachment image
  • EddieJ
    Lv 7
    4 months ago

    It will make a nimbled gimbit.

    TIAFQ

    It's supposed to make an "E" shape, but  you misspelled "forward".

    By the way, a nimbled gimbit is a rectangle with only 3 sides.

Still have questions? Get your answers by asking now.