Ex 5.2
Aller à la navigation
Aller à la recherche
Solutions de cet exercices :
- Solution de Cyril Dewez :
print ("Donnez un nombre en radians ") a=float(input()) b=a/3.14 c=b*180 print (c)
print ("Donnez un nombre en radians ") a=float(input()) b=a/3.14 c=b*180 print (c)