Answer:
Don't answer him because you don't know what he is going to do
Answer:
for ( initialization; condition;increment)
{
code goes here;
}
in python:
for i in list/range:
code with proper indentation
By initialization above we mean, like int i=0; etc.
By condition like i<10;
and by increment it means like i++, ++i or i+=1; etc
And in python, i can be an integer value if the range is mentioned, and it can be an item of a list if the list is used. We can also use an array, string and various other data structures in python. like we can have characters in a string and so on.
Explanation:
Please check the answer section.
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:
It happens to me as well. Maybe check emails? It could also be a bug.
Explanation:
C because bread is not happy with you