Commit c47f6792 by BellCodeEditor

save project

parent 177f1db4
Showing with 5 additions and 2 deletions
......@@ -18,7 +18,7 @@ while True:
if b!=123456:
print("密码错误")'''
import turtle
'''import turtle
turtle.screensize(0,0,"black")
colors=["red","orange","yellow","green"]
turtle.speed(30)
......@@ -27,8 +27,11 @@ for i in range(0,300):
turtle.forward(i)
turtle.right(91)
turtle.hideturtle()
turtle.done()
turtle.done()'''
a=3
b=5
print(a,"*",b,"=",(a*b))
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