Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions aquestion.py
Original file line number Diff line number Diff line change
@@ -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")