Skip to content

Instantly share code, notes, and snippets.

@Sean-Bradley
Created April 10, 2019 20:17
Show Gist options
  • Save Sean-Bradley/4735e79e8f2d5a3e804c5f0a814d7cd6 to your computer and use it in GitHub Desktop.
Save Sean-Bradley/4735e79e8f2d5a3e804c5f0a814d7cd6 to your computer and use it in GitHub Desktop.
class Light:
"""The Reciever"""
def turn_on(self):
print("Light turned ON")
def turn_off(self):
print("Light turned OFF")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment