Answers for "definition in health"

6

health definition

mentally_fit = True
physically_fit = True
socially_fit = True

if mentally_fit and physicall_fit and socially_fit:
  print('You are healthy in all aspects of life')
else:
  print('You are not healthy in all aspects. Do not feel shy to get help')
Posted by: Guest on July-28-2020

Python Answers by Framework

Browse Popular Code Answers by Language