Commit 7c46faaf by BellCodeEditor

save project

parent 3435f58a
Showing with 58 additions and 0 deletions
import turtle
pen=turtle.Pen()
screen=turtle.Screen()
size=screen.textinput("提示",'你')
len=int(size)
pen.circle(len)
pen.circle(len,360,3)
pen.circle(len,60)
pen.circle(len,360,3)
turtle.done()
'''help=input()
if help=="需要":
choice=int(input('1 存取款; 2 货币兑换; 3 查询'))
if choice==1:
print('请去')
elif choice==2:
print("金加隆")
money=int(input())
print("好,兑换+str(money)+'金加隆'")
print("那么,")
else:
print("请")
else:
print('好')'''
'''money=1200
if money<=500:
print("欢迎")
if money<=100:
print("恭喜")
else:
print("请")
elif 500<money<1000:
print("恭喜")
else:
print("经济")'''
\ 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