Distinguish the core method from the low-level method by assigning a suitable name to each one.
Make sure to pick turnOnLight(self):, followed by start():.
turnOnLight(self):
start():