ConvertQCM/C1/vs/q27_31.py
2025-08-26 18:38:28 +02:00

5 lines
No EOL
69 B
Python

def f(x,y,z):
if x+y == z:
return True
else:
return False