exo-python
This commit is contained in:
parent
0f6de50a66
commit
d38ba48387
10
sio2/sisr/20-python/exo1.py
Normal file
10
sio2/sisr/20-python/exo1.py
Normal file
@ -0,0 +1,10 @@
|
||||
#!/usr/bin/python3
|
||||
|
||||
# Demander le rayon du cercle à l'utilisateur
|
||||
rayon = float(input("Entrez le rayon du cercle : "))
|
||||
|
||||
# Calculer le périmètre
|
||||
perimetre = 2 * 3.141592 * rayon
|
||||
|
||||
# Afficher le périmètre
|
||||
print("Le périmètre vaut :", perimetre)
|
Loading…
x
Reference in New Issue
Block a user