Answer:
Don't forget to close any parentheses you open. Other then that everything looks fine, I just polished it a little bit
Explanation:
name = input("What is your first name? ")
print("Hello", name)
age = int(input("How old are you? "))
print("In 10 years you will be", (age+10))
print("In 20 years you will be", (age+20))
print("5 years ago you were", (age-5))
The answer would be Mesozoic.
HOPE THIS HELPS YOU! ^_^
16/17 can't be simplified but if you want it as a decimal it's 0.9412 or 0.94
Answer:
B
Explanation:
selection sort for each pass sorts one element in right place . so we can stop it after 5 passes as we need only 5 heaviest cows info.
Answer is B