0
Why am I getting error in my code every time
How to stop getting error and what all should I look for in writing a code in python
3 ответов
+ 7
To get help, you should link your code here. Please also use appropriate tags. Thanks!
+ 4
identation is major issue in python if you are beginner and not using any auto indent tool.
And please ask a good question by this i mean post the code having the error.
+ 4
Truth 1:
You get errors because you're a beginner and don't know yet how to write code properly.
Try learning the violin - you will also make many mistakes.
Truth 2:
This will never fully stop. This is just the nature of programming.
Humans make mistakes, even when they're experienced, but computers are unforgivable. If you write nonsense, nonsense will happen.
This is different to natural languages, where your conversation partner might understand you anyway.
Truth 3:
If you practice enough, the numbers of mistakes will go down.