5 lines
No EOL
69 B
Python
5 lines
No EOL
69 B
Python
def f(x,y,z):
|
|
if x+y == z:
|
|
return True
|
|
else:
|
|
return False |