Commit 891d0abe by BellCodeEditor

save project

parent cd716042
Showing with 3 additions and 10 deletions
month=int(input('请输入月份'))
if month>=1 and month<=3:
print('spring')
elif month==4 or month==5 or month ==6:
print('summer')
elif month==7 or month==8 or month ==9:
print('autumn')
else:
print('winter')
\ No newline at end of file
n=[90,99,67,98,89,30,77,59,61,88]
m=[a,b,c,d,e,f,g,h,i,j]
num={}
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