0

Why is my code giving error

My code seems normal but it's giving this error: File "..\Playground\", line 14 print(f"Radius: {radius}") ^ IndentationError: unexpected indent https://code.sololearn.com/cyoBvsfIeB63/?ref=app

1st Aug 2018, 4:26 PM
BananasDZN sd
BananasDZN sd - avatar
2 odpowiedzi
+ 2
Line 13 is less indented as line 14. You should keep that the same.
1st Aug 2018, 4:36 PM
Paul
Paul - avatar
0
Thank you i didnt notice that, im so dumb
1st Aug 2018, 4:44 PM
BananasDZN sd
BananasDZN sd - avatar