Fill In The Blank Such That The Following Python Code Results #906
Fill in the blank such that the following Python code results in the formation of an inverted, equilateral triangle.</p> <pre><code class="language-python">import turtle t=turtle.Pen() for i in range(0,3): t.forward(150) t.right(_____)</code></pre>
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Python Modules - Python Turtle Module - Quiz No.1.