The outer planets are Jupiter, Saturn, Uranus, and Neptune. Each planet began as microscopic dust and held in the accretion disk. The atoms and molecules began to stick together and formed into larger molecules. And the last one I dont know
Answer: A few strong nations held economic and political power in the global world
Explanation:
Answer:
a good techer isnt forceful.
Explanation:
ive had teachers that made me read a book. and I ended up not reading books anymore. but recently I had a teacher let me pick a book i liked and then i had to explain it. I found a new love for reading.
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