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

9 lines
No EOL
82 B
Python

def essai():
a = 2
b = 3
c = 4
return a
return b
return c
t = essai()