GUVI
Back

about codekata problem

Created 3 years ago
24 Views
1 Comments
Dipali
@Dipali
Dipali
@DipaliProfile is locked. Login

in codekata even i am writing a correct code it fails every time why this happens?please help Test case is failed every time.

print("Enter 'x' for exit.");

rad = input("Enter radius of circle: ");

if rad == 'x':

exit();

else:

radius = float(rad);

circumference = 23.14radius;

print("\nCircumference of Circle =",circumference);


Comments
Please login to comment.
 
Powered by habitate.io Habitate