From ac1de7d163a24c3f2a2ae5ca51e96b48914cf02c Mon Sep 17 00:00:00 2001 From: budderdude <56167982+budderdude@users.noreply.github.com> Date: Fri, 4 Oct 2019 12:54:05 -0400 Subject: [PATCH] Create aquestion.py --- aquestion.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 aquestion.py 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")