ajout code .py
This commit is contained in:
3
sio2/sisr2/30-Python/ex1.py
Normal file
3
sio2/sisr2/30-Python/ex1.py
Normal file
@@ -0,0 +1,3 @@
|
||||
R=input('Donne le rayon :')
|
||||
pi= 3.14159
|
||||
print('le périmètre est de: ',float(2)*pi*float(R))
|
||||
Reference in New Issue
Block a user