Loading
.
Python Principles

Challenges I

Variable assignment 1

Use = to assign the value 123 + 456 to a variable named x.

Then print x.

Lesson completed

Congratulations! You have finished the lesson "Challenges I".

Keep learning

Next lesson
Code
Solution Help Reset Submit Answer Submit Run Code Run
Output