Commit 0412e2e1 by BellCodeEditor

save project

parent 13615d8e
Showing with 4 additions and 2 deletions
a=int(input(""))
if a >=4: if a >=4:
print('a') print('a')
elif 1<=a <=3: elif 1<=a<=3:
print('b') print('b')
elif: else:
print('d') print('d')
\ 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