Skip to content

Instantly share code, notes, and snippets.

@sayansil
Last active July 28, 2020 19:59
Show Gist options
  • Save sayansil/d54fcaaddf56f5ab15759bac719341cf to your computer and use it in GitHub Desktop.
Save sayansil/d54fcaaddf56f5ab15759bac719341cf to your computer and use it in GitHub Desktop.
import random
if bool(random.getrandbits(1)):
print("Start a new Project 🧐")
else:
print("So it is anime time 😌")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment