What is the mistake in this | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the mistake in this

import math x = float(input("enter the radius of the circle")) area = math.pi*x*x print("area of the circle is", area)

25th Apr 2018, 2:53 PM
Chirag
Chirag - avatar
2 Answers
+ 2
I have it working fine in Code Playground
25th Apr 2018, 3:00 PM
cyk
cyk - avatar
0
no error
25th Apr 2018, 2:58 PM
kaliki chandu
kaliki chandu - avatar