4 lines
94 B
Python
4 lines
94 B
Python
R=input('Donne le rayon :')
|
|
pi= 3.14159
|
|
print('le périmètre est de: ',float(2)*pi*float(R))
|