chxgfk hcyskvuct auhchovuzq vuvscisv
Answer:
1)
n = int(input("Please enter the length of the sequence: "))
print("Please enter your sequence")
product = 1
for i in range(n):
val = int(input())
product *= val
print("The geometric mean is: %.4f"%pow(product,1/n))
2)
print("Please enter a non-empty sequence of positive integers, each one is in a separate line. End your sequence by typing done:")
product = 1
val = input()
n = 0
while(val!="done"):
product *= int(val)
n += 1
val = input()
print("The geometric mean is: %.4f"%pow(product,1/n))
Explanation:
HEY THERE!!
I will chose my sister though we have not blood relation but then she is my ideal . i love her so much and i respect her a lot , much more then a real sister . She is everything to me. She guides me in my study amd after meeting her i am completely changed.
I m an INDIAN and she is an Pakistani i met up with her in brainky amd now i don't wanna loss her ever.
Love you sis .
This should be in Science/Biology
The answer is Database.
Reason being is because because the definition of database matches the statement.
- Collection of information that is organized so that it can be easily accessed, managed and updated.