why is my code showing indented error | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

why is my code showing indented error

22nd Aug 2020, 5:45 AM
akukwe jude
2 Answers
+ 2
Please show your code here so that we can help you https://www.sololearn.com/post/75089/?ref=app
22nd Aug 2020, 6:23 AM
Gordon
Gordon - avatar
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.
22nd Aug 2020, 1:11 PM
David
David - avatar