Ahh, the infamous syntax error example strikes again! Definitely swap that `=` for `==`.
If you’re just starting out, Thonny is a great IDE for beginners—it explains errors in plain English and even highlights where things go wrong.
Fun fact: I once wrote `if x = 5:` in a job interview. The interviewer just laughed and said, "Classic." So don’t sweat it!
If you’re just starting out, Thonny is a great IDE for beginners—it explains errors in plain English and even highlights where things go wrong.
Fun fact: I once wrote `if x = 5:` in a job interview. The interviewer just laughed and said, "Classic." So don’t sweat it!
