Commit dd4b8471 by BellCodeEditor

auto save

parent 989f0db5
Showing with 19 additions and 7 deletions
import random
n=input("n=")
m=input("m=")
n=int(input("请输入时间:"))
if n<=2:
print("五元")
else:
print(str((n-2)*2+5)+"元")
# 利用write()帮助悟空给诺依回信吧~
import turtle
Pen=turtle.Pen()
Pen.write("傻逼你发个头!\n小张",font=("Times",50,"normal"))
Pen.hideturtle()
turtle.done()
print('''''')
\ No newline at end of file
list=["1--星期一","2--星期二","3--星期三","4--星期四","5--星期五","6--星期六","7--星期天"]
while True:
n=input("请输入数字:")
print(list[int(n)-1])
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