ajout code .py

This commit is contained in:
Mathis Laceppe
2022-09-28 17:44:51 +02:00
parent df57eff86d
commit 02fa25a9f4
5 changed files with 40 additions and 0 deletions

View 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))