Skip to content

Instantly share code, notes, and snippets.

@mcsee
Last active August 28, 2023 20:00
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 mcsee/0c8dd91896ff91852dfa0e8711093a06 to your computer and use it in GitHub Desktop.
Save mcsee/0c8dd91896ff91852dfa0e8711093a06 to your computer and use it in GitHub Desktop.
if len(vaccines) == 0:
print ("There are no vaccines yet. Keep researching")
else:
print ("Let's get vaccinated")
if len(virus) == 0:
print ("You are free to get out. Not masks are necessary")
else:
print ("There are some virus around. Take extra care")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment