Skip to content

Instantly share code, notes, and snippets.

@hellofromtonya
Created October 2, 2017 16:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hellofromtonya/8fc7f59ffc46d9451c525b42ce644823 to your computer and use it in GitHub Desktop.
Save hellofromtonya/8fc7f59ffc46d9451c525b42ce644823 to your computer and use it in GitHub Desktop.
cs0110-3.3-branch-python.py
if weatherIsSunny and not weatherIsRaining and not isWorking :
print('Going to the festival')
elif ( movieIsPlaying ) :
print('Going to the movies')
else :
print('Staying home')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment