The below example demonstrates how to display a logical error in the code (called a bug)
The below program encounterts the bug on line 9, which actually should be:
single_letter = check_word.substr Run It Now!
This python module finds the median of the numbers enterd in a list with a time complexity of O(nlog(n)), without modifying the list
It is way faster than the simple method of first sorting and then Run It Now!