R=int(input("Enter radius of circle")) ------------------------------------- # statement3 print("Area of circle = ",area) (i) The statement 1 must be……….. (a) import math (b) import math * (c) from math import pi (d) import pi from math (ii) The statement 2 can be ……………….. (a) return area (b) return (area) (c) return 1*area (d) Any of the above (iii) The statement 3 should be……………… (a) area=pi*radius*radius (b) area=Math.pi*R*R (c) area=area_of_circle(R) (d) area=area_of_circle(Radius)
Answers
Answered by
0
Answer:
I am not understanding this question : so full explanation question
Similar questions