Python Indentation Exercise
Challenge: Fix the indentation in the code below so it runs correctly!
Hint: Lines inside 'for' need 4 spaces. Lines inside 'if/else' need 8 spaces.
Click "Run Code" to see output...
Expected Output:
0 is even
Done with 0
1 is odd
Done with 1
2 is even
Done with 2
All done!