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
2 ответов
+ 2
Line 13 is less indented as line 14.
You should keep that the same.
0
Thank you i didnt notice that, im so dumb