************* Module 469090-Dusek_Jan-469090 C: 10, 0: Trailing whitespace (trailing-whitespace) C: 18, 0: Trailing whitespace (trailing-whitespace) C: 19, 0: Trailing whitespace (trailing-whitespace) C: 20, 0: Trailing whitespace (trailing-whitespace) C: 20, 0: Line too long (101/100) (line-too-long) C: 22, 0: Line too long (129/100) (line-too-long) C: 23, 0: Line too long (133/100) (line-too-long) C: 29, 0: Trailing whitespace (trailing-whitespace) C: 30, 0: Trailing whitespace (trailing-whitespace) C: 31, 0: Trailing whitespace (trailing-whitespace) C: 34, 0: Trailing whitespace (trailing-whitespace) C: 38, 0: Trailing whitespace (trailing-whitespace) C: 39, 0: Trailing whitespace (trailing-whitespace) C: 39, 0: No space allowed after keyword argument assignment print(lines, "|", end= " ") # the right side of table ^ (bad-whitespace) C: 50, 0: Line too long (106/100) (line-too-long) C: 56, 0: Trailing whitespace (trailing-whitespace) C: 59, 0: Trailing whitespace (trailing-whitespace) C: 62, 0: Trailing whitespace (trailing-whitespace) C: 63, 0: Trailing whitespace (trailing-whitespace) C: 66, 0: Line too long (105/100) (line-too-long) C: 77, 0: Trailing whitespace (trailing-whitespace) C: 79, 0: Trailing whitespace (trailing-whitespace) C: 84, 0: Trailing whitespace (trailing-whitespace) C:124, 0: Trailing whitespace (trailing-whitespace) C:126, 0: Trailing whitespace (trailing-whitespace) C:136, 0: Trailing whitespace (trailing-whitespace) C:146, 0: Trailing whitespace (trailing-whitespace) C:157, 0: Trailing whitespace (trailing-whitespace) C:167, 0: Trailing newlines (trailing-newlines) C: 1, 0: Invalid module name "469090-Dusek_Jan-469090" (invalid-name) C: 8, 0: Invalid argument name "n" (invalid-name) C: 8, 0: Missing function docstring (missing-docstring) C: 17, 0: Invalid argument name "n" (invalid-name) C: 17, 0: Missing function docstring (missing-docstring) W: 18, 8: Unused variable 'white_strips' (unused-variable) W: 19,12: Unused variable 'rows' (unused-variable) W: 24, 8: Unused variable 'last_row' (unused-variable) C: 28, 0: Invalid argument name "m" (invalid-name) C: 28, 0: Invalid argument name "n" (invalid-name) C: 28, 0: Missing function docstring (missing-docstring) W: 34, 8: Unused variable 'row' (unused-variable) C: 45, 0: Import "from turtle import Turtle, done" should be placed at the top of the module (wrong-import-position) C: 47, 0: Invalid constant name "julie" (invalid-name) C: 49, 0: Missing function docstring (missing-docstring) R: 60, 8: Redefining argument with the local name 'towers' (redefined-argument-from-local) W: 50, 8: Unused variable 'first_square' (unused-variable) W: 56, 8: Unused variable 'first_roof' (unused-variable) W: 61,12: Unused variable 'spaces' (unused-variable) W: 63,16: Unused variable 'squares' (unused-variable) W: 66,12: Unused variable 'roofs' (unused-variable) W: 71, 0: Reimport 'Turtle' (imported line 45) (reimported) W: 71, 0: Reimport 'done' (imported line 45) (reimported) C: 71, 0: Import "from turtle import Turtle, done" should be placed at the top of the module (wrong-import-position) C: 73, 0: Invalid constant name "python" (invalid-name) C: 75, 0: Missing function docstring (missing-docstring) W: 94,25: Using possibly undefined loop variable 'neck' (undefined-loop-variable) W: 80, 8: Unused variable 'upper_body' (unused-variable) W: 93, 8: Unused variable 'head' (unused-variable) W: 99, 8: Unused variable 'face2' (unused-variable) W:103,12: Unused variable 'nose2' (unused-variable) W:138, 8: Unused variable 'middle_body' (unused-variable) W:141, 8: Unused variable 'bottom_body' (unused-variable) W:147, 8: Unused variable 'before_tail' (unused-variable) R: 75, 0: Too many branches (13/12) (too-many-branches) R: 75, 0: Too many statements (54/50) (too-many-statements) W: 45, 0: Unused done imported from turtle (unused-import) ----------------------------------- Your code has been rated at 4.36/10