Answer:
Blank wall
Explanation:
A wall that cannot be moved because it is carrying the weight of the roof is considered a blank wall.
Answer:
Hey smith please see attachments for answer:
Please rate me good.
The attachments will provide you a detailed answer
Explanation:
Answer:
- for i in range(0,11):
- print("Number: " + str(i) + " | Multiplied by 2: " + str(i * 2) + " | Multiplied by 10: " + str(i*10))
Explanation:
Firstly, create a for loop (Line 1). Since we intend to print 0 through 10, we need values 0 and 11 as parameters of range function. The range(0,11) will create a range of values 0 - 10 (11 not inclusive). The for loop will iterate through the range of values 0 - 11 one by one and then print the original value followed by value multiplied by 2 and also the value multiplied by 10 (Line 2).
Answer: answers of science book is to help you
Explanation: if there are answer in a science book use them there for a reason