This commit is contained in:
ludo
2021-09-29 11:15:21 +02:00
parent 22508e2755
commit 1b80141dc4
5 changed files with 64 additions and 0 deletions

4
sio2/sisr/20-python/Exercice1 Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/python3
rayon = input('donnez la valeur du rayon : ')
perimetre = 2 * 3.141592 * int(rayon)
print (perimetre, " cm ")