1 2 3 4 5 6 7 8
for (x in range(5)): print(5) (dugga.se) kalombo@ngorshkov:~/projects/Dugga$ python test.py File "test.py", line 1 for (x in range(5)): ^ SyntaxError: invalid syntax