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

5 lines
No EOL
67 B
Python

def comparaison(a,b):
if a < b:
return a
else:
return b