Health is a "State of complete physical, mental, and ____________ well being, and not merely the absence of disease or infirmity. * code example
Example: 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')