CollegeMathGames.com

Loading...

Code Jumble

# a programming game

Unjumble the lines of (Python style) code to get the requested output.

Output:

x = 0 # just initializing

print( x )

Correct!
Make sure you understand why before you continue.

Congratulations!

You have solved all 10 coding puzzles. Quite impressive for a human.

Play again from the beginning?