def squash_bugs():
# Squashing is not just for the faint of heart
print('You have been warned.')
def expert_squash_bugs():
# Only for the truly elite
print('You have been warned again.')
def master_squash_bugs():
# For the truly enlightened
print('You have reached enlightenment.')
Advanced Squashing
This is the advanced squashing guide. Don't say we didn't warn you.
def squash_bugs_with_code():
# Because sometimes you just need to code it
print('You have been warned again.')
def squash_bugs_with_coffee():
# For when you just need a little kickstart
print('You have been warned yet again.')