Skip to content

Instantly share code, notes, and snippets.

@vihar
Created July 19, 2017 14:42
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 vihar/b9165f13693fd4a2a922e00b03b8de31 to your computer and use it in GitHub Desktop.
Save vihar/b9165f13693fd4a2a922e00b03b8de31 to your computer and use it in GitHub Desktop.
movie_tickets = 4
if(movie_tickets >= 4):
print("Tickets are available, Let’s go to the movie.")
else:
print("Let’s have a drink, tickets are not available.")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment