Answer:
result = 0
for i in range(99, 0, -1):
result += i
print(result)
Explanation:
Python code:
x=121
x += 9
x *= 2
x -= 4
x >>= 2
x -= 121
Answer:
okokikhjhghjjjkkkkkokoloo
<span>14. A mesh represents a(n) _____ object if its faces enclose a positive and finite amount of space. (1 point)
odd
connected
simple
convex
15. Which of the following is the 3-D view port? (1 point)
the standard layout used for new files
the polygon viewing on the default screen
straight line segments connecting two vertices
a single static image in 3-D
The answer for number 1, should be:
SOLID
</span><span>A mesh represents a solid object if its faces enclose a positive and finite amount of space
</span>
The answer for the second question is:
a single static image in 3-D