import math r = float(input("5")) L = 2 * math.pi * r print("The length of a circle with radius "r" is equal to, L)