Answer:
she was the first licensed female to fly a plane in america. She was also the first female to fly across the English channel
Explanation:
Answer:
the answer to this is brief outrage
Answer:
C. A bobcat’s eyes adjust to the darkness by allowing more light in.
Explanation:
I don’t understand your language is the most suitable answer
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