************* Module 469024-Vyslouzilova_Erika-469024 C: 11, 0: No space allowed before bracket for i in range (0,11): ^ (bad-whitespace) C: 11, 0: Exactly one space required after comma for i in range (0,11): ^ (bad-whitespace) C: 12, 0: Exactly one space required around comparison if(i%2)==0: ^^ (bad-whitespace) C: 22, 0: Exactly one space required after comma for i in range(0,n*2+1): ^ (bad-whitespace) C: 25, 0: Unnecessary parens after 'if' keyword (superfluous-parens) C: 25, 0: Exactly one space required around comparison if (i%2==0): ^^ (bad-whitespace) C: 32, 0: Exactly one space required after comma crossing(4,8) ^ (bad-whitespace) C: 36, 0: Exactly one space required after comma def mocniny(m,n): ^ (bad-whitespace) C: 46, 0: Exactly one space required after comma for j in range(1,n+1): ^ (bad-whitespace) C: 52, 0: Trailing whitespace (trailing-whitespace) C: 53, 0: Exactly one space required after comma mocniny(5,3) ^ (bad-whitespace) C: 60, 0: Exactly one space required after comma def castle(towers,lenght,space): ^ (bad-whitespace) C: 60, 0: Exactly one space required after comma def castle(towers,lenght,space): ^ (bad-whitespace) C: 61, 0: Exactly one space required after comma for k in range(1,towers): ^ (bad-whitespace) W: 63, 0: Bad indentation. Found 13 spaces, expected 12 (bad-indentation) W: 64, 0: Bad indentation. Found 13 spaces, expected 12 (bad-indentation) C: 94, 0: Trailing whitespace (trailing-whitespace) C: 95, 0: Exactly one space required after comma castle(5,50,3) ^ (bad-whitespace) C: 95, 0: Exactly one space required after comma castle(5,50,3) ^ (bad-whitespace) C:102, 0: Exactly one space required after comma def python(n,m): ^ (bad-whitespace) C: 1, 0: Invalid module name "469024-Vyslouzilova_Erika-469024" (invalid-name) C: 10, 0: Invalid argument name "n" (invalid-name) C: 10, 0: Missing function docstring (missing-docstring) C: 21, 0: Invalid argument name "n" (invalid-name) C: 21, 0: Missing function docstring (missing-docstring) W: 24,12: Unused variable 'j' (unused-variable) C: 36, 0: Invalid argument name "m" (invalid-name) C: 36, 0: Invalid argument name "n" (invalid-name) C: 36, 0: Missing function docstring (missing-docstring) C: 57, 0: Import "from turtle import Turtle, done" should be placed at the top of the module (wrong-import-position) C: 58, 0: Invalid constant name "julie" (invalid-name) C: 60, 0: Missing function docstring (missing-docstring) W: 61, 8: Unused variable 'k' (unused-variable) W: 62,12: Unused variable 'i' (unused-variable) W: 77,12: Unused variable 'j' (unused-variable) W: 99, 0: Reimport 'Turtle' (imported line 57) (reimported) W: 99, 0: Reimport 'done' (imported line 57) (reimported) C: 99, 0: Import "from turtle import Turtle, done" should be placed at the top of the module (wrong-import-position) C:100, 0: Invalid constant name "julie" (invalid-name) C:102, 0: Invalid argument name "n" (invalid-name) C:102, 0: Invalid argument name "m" (invalid-name) C:102, 0: Missing function docstring (missing-docstring) W:105, 8: Unused variable 'i' (unused-variable) W:132, 8: Unused variable 'j' (unused-variable) W: 57, 0: Unused done imported from turtle (unused-import) ----------------------------------- Your code has been rated at 5.75/10