Bug Squashing for Beginners

			def squash_bugs():
				# Squashing is not just for the faint of heart
				print('You have been warned.')
			

Bug Squashing for Experts

			def expert_squash_bugs():
				# Only for the truly elite
				print('You have been warned again.')
			

Bug Squashing for Masters

			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.

Bug Squashing with Code

			def squash_bugs_with_code():
				# Because sometimes you just need to code it
				print('You have been warned again.')
			

Bug Squashing with Coffee

			def squash_bugs_with_coffee():
				# For when you just need a little kickstart
				print('You have been warned yet again.')