Skip to content

Instantly share code, notes, and snippets.

@cdgriffith
Created November 16, 2015 20:20
Show Gist options
  • Save cdgriffith/7fd9ec0141d63e53215a to your computer and use it in GitHub Desktop.
Save cdgriffith/7fd9ec0141d63e53215a to your computer and use it in GitHub Desktop.
import random
try:
raw_input("Symptoms: ")
except NameError:
input("Symptoms: ")
print("Diagnosis: {0}".format(random.choice(["Pregnant", "Cancer"])))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment