Answer:
Sí, hay alguien pescando.
No, no veo ninguna parrillada.
No, no hay nadie que bucea.
No, no se ve ninguna ola en el lago.
No, hay alguien que toma el sol.
Sí, veo alguna canoa en el lago.
Explanation:
Use the verbs that the voices use.
The code that read two numbers from user input, then, print the sum of those numbers are as follows:
x = int(input("write a number: "))
y = int(input("write another number: "))
print(x + y)
<h3 /><h3>Code explanation</h3>
- The first line of code ask the user for a number input. The integer input is stored in a variable x.
- The second line of code ask the user for another number input . The integer input is stored in a variable y.
- Finally, we print the sum of the user's input.
learn more on python code here: brainly.com/question/15183327?referrer=searchResults
Answer: 58.643 cm^3
Explanation:
Volume of a cone = (1/3) * π * r^2 * h
Half of the diameter is the radius, so r = 2 and h = 14.
Plug in: V = (1/3) * π * 2^2 * 14 = 58.643 cm^3 :)
Where is the answer choices? if i saw answwr choices i could assist you.