Python V1
This commit is contained in:
4
Sio2/SISR/30-python/prog1.py
Executable file
4
Sio2/SISR/30-python/prog1.py
Executable 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")
|
||||
Reference in New Issue
Block a user