Commit cc65dcb0 by BellCodeEditor

save project

parent 7fa87244
Showing with 11 additions and 2 deletions
...@@ -4,4 +4,13 @@ ans=input("Do you finish your homework?") ...@@ -4,4 +4,13 @@ ans=input("Do you finish your homework?")
if ans=="yes" or "Yes,I do": if ans=="yes" or "Yes,I do":
print("Great!") print("Great!")
else: else:
print("Oh no!") print("Oh no!")
\ No newline at end of file print("let's play a game!")
me=random(1,10)
you=5
print(me)
print(you)
if me>you:
say(you win!)
else:
say(haha!)
\ 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