Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started