Commit b086dd46 by BellCodeEditor

auto save

parent f47689a4
Showing with 5 additions and 0 deletions
d={1:'星期一',2:'星期二',3:'星期三',4:'星期四',5:'星期五',6:'星期六',7:'星期日'}
while True:
t=input('输入数字:')
print(t,'——',d[int(t)])
\ 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