health by who definition 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')