Commit 7fa87244 by BellCodeEditor

save project

parent a2369499
Showing with 3 additions and 2 deletions
name = input("What's your name?")
print(name+",hello!")
ans=input("Do you finish your homework?")
if ans=="yes":
if ans=="yes" or "Yes,I do":
print("Great!")
else:
else:
print("Oh no!")
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment