Commit ab96ce14 by BellCodeEditor

auto save

parent 7576f4eb
Showing with 11 additions and 5 deletions
n=int(input('一个数'))
if n%3==0:
print('yes')
print('no')
\ No newline at end of file
a=int(input('语文'))
b=int(input('数学'))
c=int(input('英语'))
e=a+b+c
if e>285:
print('游乐园')
elif e<=285 and e>241:
print('1')
else:
print('2')
\ 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