The following code should be styled properly
for i in range(10): print i
The following code should NOT be styled properly, and some warning should be given to the user.
for i in range(10: print i
Back to the test index