diff --git a/aquestion.py b/aquestion.py new file mode 100644 index 0000000..089566d --- /dev/null +++ b/aquestion.py @@ -0,0 +1,13 @@ +print (" this is my first print statement " ) + +print (""" hello mr ive had to print this out for you +this is about me wondering if you want to eat my shorts""") + +shorts = input("> ") + +if shorts == "yes": + print(""" you have now ate my shorts""") + + +elif shorts == "no": + print (" how dare you, your so really rude")