Python version 3
Ce QCM traite des types int, float et str
Webographie : http://fsincere.free.fr/isn/python/cours_python_ch1.php
Le même QCM mais avec Python version 2.7
Question 1/10 : Python
Barème : bonne réponse 2 points, mauvaise réponse -0,25 point, je ne sais pas 0 point
a = 12
b = 8
c = a
a = b
b = c
print(a,b)
Qu'affiche le script ?
© Fabrice Sincère ; Version 2.2