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