Post

@PythonPr how is the “correct” version correct? The line print(“Correct) has an unterminated string literal
English

@PythonPr Indentation. ✅
Left: print("Correct") is outside the loop → runs once.
Right: it’s inside the loop → runs every iteration. 🔁
English

@PythonPr Right one is correct 👍
Left has a missing quote → syntax error.
Right has balanced quotes, so the code runs fine. 🐍💻
Left > print("Correct)
Right > print("Correct")
English

@PythonPr Why is the right one wrong and the wrong one right?
English

@PythonPr Green one is incorrect a colan is missing inside bracket after t
English

@PythonPr Nope, the first one is the one wrong (Missing closing double quote)
English

@PythonPr This is just stupid. I used to follow this account, but I’m muting. It does not bring anything new or interesting lately.
English

@PythonPr You have shown incorrect code as correct that is the difference
English

@PythonPr Whats point in such quiz? Ide catches errors like this
English

@PythonPr Correct code is incorrect...its missing one double quote "
English






















