Skip to content

Instantly share code, notes, and snippets.

@Kylmakalle
Created September 16, 2017 16:55
Show Gist options
  • Save Kylmakalle/e2e68360b1e5af5532eaed657ee7e5e0 to your computer and use it in GitHub Desktop.
Save Kylmakalle/e2e68360b1e5af5532eaed657ee7e5e0 to your computer and use it in GitHub Desktop.
def shut_dow(s):
if s == "yes":
return "Shutting down"
elif s == "no":
return "Shutdown aborted"
return "Sorry"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment