The way scientists know that a hypothesis in astronomy is a reasonable description of nature is to do experiments and observations about the prediction of the hypothesis.
Given an incomplete sentence related to hypothesis and astronomy.
We are required to complete the sentence.
A hypothesis is basically a testable statement about the relationship between two or more variables or a proposed explanation for some observed phenomenon.
Astronomy is basically the study of everything in the universe beyond Earth's atmosphere.
The statement can be completed by "do experiments and observations about the prediction of the hypothesis".
Hence the way scientists know that a hypothesis in astronomy is a reasonable description of nature is to do experiments and observations about the prediction of the hypothesis.
Learn more about hypothesis at brainly.com/question/11555274
#SPJ4
Answer:
u did not give the options to answer
I don’t know
Wow,that’s a tough one
The effect of deforestation due to urbanization is partly to lose habitat for wildlife that lived in the forest and also it can increase erosion if it is on a mountainside with somewhat steep terrain, for example. On the other hand, once a new section of city is developed properly, it may have have new parks which can provide some habitat for small animals like squirrels and also birds.
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