Python V1

This commit is contained in:
louis
2022-09-28 17:50:16 +02:00
parent 7a35ccf29e
commit 72aba346b9
5 changed files with 73 additions and 0 deletions

4
Sio2/SISR/30-python/prog1.py Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/python3
rayon=float(input("Saisir le rayon : "))
peri=(2*3.141592*rayon)
print ("Le périmètre vaut : ", peri, "cm")