✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Quel est le type de la variable a après l'exécution de ce code ?
a="3"
c=a
a=str(a)
a=float(a)
a=bool(a)
a=int(a)
a=c