The Output Of The Following Python Code Will Result In A Shape #929
The output of the following Python code will result in a shape similar to the alphabet ___________</p> <pre><code class="language-python">import turtle t=turtle.Turtle() t1=turtle.Turtle() t.left(45) t1.left(135) t.forward(100) t1.forward(100)</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.3.