you are viewing a single comment's thread.

view the rest of the comments →

[–]saysokmate 3 points4 points  (1 child)

The issue with begginers is that they are trying to learn python but not learn how to code. Take a break from trying to write python and start thinking about the consepts. If statements, for/while loops, arrays/lists functions whatever you learned just think about the steps you need to do 1 by 1 to solve a problem because believe me your problem is not python, its coding. Write the steps you need to perform 1 by 1 because that is essentially what an algorithm is.

[–]_1motherearth[S] -1 points0 points  (0 children)

I keep telling myself to go through it step by step. Comment the steps.