Skip to content

Instantly share code, notes, and snippets.

@mteam88
Created September 1, 2021 12:13
Show Gist options
  • Save mteam88/cd46f0ff053ccb2b80202e2d41f43cee to your computer and use it in GitHub Desktop.
Save mteam88/cd46f0ff053ccb2b80202e2d41f43cee to your computer and use it in GitHub Desktop.
CH11Stats#6: Random Colorblindness
import random
if random.randint(1,10) == 1:
print("Colorblind!")
else:
print("Not Colorblind!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment