Dunkleosteus code example
Example 1: Dunkleosteus
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')
Example 2: Jockeys
Wtf is a jocky.