Beginner
Debug Logic Assignment
Identify and fix a common logic error involving assignment operators in code.
📝 Promptens innehåll
Act as a code reviewer. Analyze the following logic: 'if x = 5 then print hello'. Identify the specific error regarding the assignment operator, explain why it causes a bug in a conditional statement, and provide the corrected line of code.