Exercices Python
This commit is contained in:
8
sio2/sisr/python/ex1.py
Executable file
8
sio2/sisr/python/ex1.py
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/python3
|
||||
|
||||
pi=3.141592
|
||||
r=int(input("Veuillez renseigner la valeur du rayon du cercle : "))
|
||||
p=2*pi*r
|
||||
|
||||
print("Le périmètre vaut: ", p)
|
||||
|
||||
Reference in New Issue
Block a user