Question: Python help 1) (1 point) Find the error in the code (and fix it) or if you think the code is correct then, write the
Python help
1) (1 point) Find the error in the code (and fix it) or if you think the code is correct then, write the output if the user inputs 2 as the radius. r = input ("Please enter radius of a circle: ") circumference = 2*3.14*r print("Radius of the circle: ",r) print("Circumference of the circle: ", circumference)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
