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

6 lines
No EOL
63 B
Python

if a==b:
c = True
elif a > b+10:
c = True
else:
c = False