You are viewing a single comment's thread. Return to all comments →
just update the ++score to score += 1, because python does not supports the pre and post increment concepts.
Seems like cookies are disabled on this browser, please enable them to open this website
Words Score
You are viewing a single comment's thread. Return to all comments →
just update the ++score to score += 1, because python does not supports the pre and post increment concepts.