As you solve more complicated problems, your code gets more complex and inevitably so do your bugs. Use the pdb
module to help you debug. Here is a simple tutorial to get you started.
Implementing SkiplistWithFinger requires inheritance. This tutorial covers most of the required syntax in Python.