Commit 1266f632 by BellCodeEditor

save project

parent 23318a19
Showing with 28 additions and 0 deletions
a,b=input('请输入你要的邮费:').split(' ')
print(int(a),b)
a = int(a)
money=8
if a>1000:
money+=(a-1000)//500*4
if (a-1000)%500!=0:
money+=4
else:
money=8
if b=='y':
money+=5
print(money)
import turtle
pen=turtle.Pen()
pen.write ('傻逼,\n你是傻逼,\n你好傻逼',font=('Times',50,'normal'))
pen.hideturtle()
turtle.done()
\ 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