0
why is my code showing indented error
2 ответов
+ 2
Please show your code here so that we can help you
https://www.sololearn.com/post/75089/?ref=app
0
Please use some IDE when you're programming in Python. Indented errors are very common in Python. Python does not use curly braces {} or braces. Instead spaces are used. I recommend you to use Visual Studio or Pycharm IDE.