Answer to Question #295655 in Python for Sudheer

Question #295655

Write a python function Find_Status(A) (Refer RollNo_W8A_3.py ) which takes a list of person’s age as input return a list containing person life status whether they will remain alive or not based in above conditions.




1
Expert's answer
2022-02-09T15:59:01-0500
def Find_Status(A):
    if age >= 75:
        print('dead')
    else:
        print('life')
age = int(input())
Find_Status(age)

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS