Answer:
If its any easy question, answer it yourself.
Explanation:
:)
Wrong, You should get renters insurance to insure your items that you do have or will recieve in the future are safe
MYbe show a picture next time so we can see what the problem is about ?
False it is false people also hand draw stuff
import turtle
window = turtle.Screen()
tr = turtle.Turtle()
tr.forward(100)
tr.left(90)
tr.forward(100)
tr.left(90)
tr.forward(100)
tr.left(90)
tr.forward(100)
tr.back(100)
tr.left(120)
tr.forward(75)
tr.right(78)
tr.forward(60)
window.mainloop()
In my code, we use the turtle module for the graphics to draw the house with a roof.