Skip to content

Instantly share code, notes, and snippets.

View GregHilston's full-sized avatar

Greg Hilston GregHilston

View GitHub Profile

Keybase proof

I hereby claim:

  • I am greghilston on github.
  • I am grehg (https://keybase.io/grehg) on keybase.
  • I have a public key ASCOOcDrU1i_l9t_2Fe5SKfOOUKZ_hY3R32NJLxENliGXgo

To claim this, I am signing this object:

#!/usr/bin/python3
response = ""
affirmative = "y"
negative = "n"
while(response != affirmative and response != negative):
response = input("Do you miss Grehg? [{}/{}]".format(affirmative, negative))