Bonjour,
Explications :
import math
rayon = input("Rayon du cercle :")
surface = math.pi*(rayon**2)
print("La surface du cercle est : " + surface)
PS : Si tu le veux dans un autre langage que le python fait moi signe.
Copyright © 2024 ELIBRARY.TIPS - All rights reserved.
Lista de comentários
Bonjour,
Explications :
import math
rayon = input("Rayon du cercle :")
surface = math.pi*(rayon**2)
print("La surface du cercle est : " + surface)
PS : Si tu le veux dans un autre langage que le python fait moi signe.