Level
Find the error
-
x = 10
-
y == 20
-
c = 'World'

Basic Variable Declaration in Python

Review the code snippets below to identify the correct and incorrect ways to declare variables in Python. Pay attention to the use of assignment operators and common mistakes in variable assignments.