6 lines
No EOL
63 B
Python
6 lines
No EOL
63 B
Python
if a==b:
|
|
c = True
|
|
elif a > b+10:
|
|
c = True
|
|
else:
|
|
c = False |