Commit 8b74b56a by BellCodeEditor

save project

parent fe83d541
Showing with 16 additions and 0 deletions
stonenumber=5
if stonenumber >=4:
print('A')
elif 1 <= stonenumber<= 3:
print('B')
else:
print('C')
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