Commit 7d6c67f7 by BellCodeEditor

save project

parent 8a3c277b
Showing with 8 additions and 0 deletions
name = input("What's your name?")
print(name+",hello!")
ans=input("Do you finish your homework?")
if ans=="yes":
print("Great!")
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