SyntaxFix
Write A Post
Hire A Developer
Questions
Some of the problems:
for i in range[6]: for j in range[6]:
should be:
range(6)