Source code -
radius = int(input("Enter the radius:"))
pie = 3.14coc = 2 * pie * radius
print("The circumference of the circle is",coc)