..............................................nice !
Answer:
Explanation:
If it has not changed since the last time that i used codehs then the code should be the following
penup()
forward(-100)
right(90)
pendown()
def beaded_bracelet():
circle(10)
penup()
forward(20)
left(10)
pendown()
for i in range(36):
beaded_bracelet()
Which should complete the entire function as intended.
Answer: -1 usually represents infinity.
Explanation:
It would keep going forever and not be able to stop without manually stopping it.
Answer:
I believe the answer would be C
Explanation: