************* Module 424841-Hovezak_Petr-424841 C: 16, 0: Exactly one space required after comma print(x*(-1),end=" ") ^ (bad-whitespace) C: 26, 0: Line too long (104/100) (line-too-long) C: 27, 0: Line too long (129/100) (line-too-long) C: 28, 0: Line too long (103/100) (line-too-long) C: 29, 0: Line too long (125/100) (line-too-long) C: 29, 0: Exactly one space required after comma print("# ",end=" ") # na stolním počítači s 4:3 monitorem však dané rozestupy ^ (bad-whitespace) C: 30, 0: Line too long (130/100) (line-too-long) C: 32, 0: Line too long (138/100) (line-too-long) C: 49, 0: Exactly one space required after comma for i in range(1,m+1): ^ (bad-whitespace) C: 52, 0: Exactly one space required after comma print(" ",m*"_ ", end=" ") #2. řádek ^ (bad-whitespace) C: 55, 0: Exactly one space required after comma for j in range(1,n+1): ^ (bad-whitespace) C: 57, 0: Exactly one space required after comma for i in range(1,m+1): ^ (bad-whitespace) C: 58, 0: Exactly one space required after comma print(i**j, end=" ") ^ (bad-whitespace) C: 86, 0: Trailing whitespace (trailing-whitespace) C: 88, 0: Trailing whitespace (trailing-whitespace) C: 95, 0: Trailing whitespace (trailing-whitespace) C:102, 0: Line too long (134/100) (line-too-long) C:103, 0: Line too long (153/100) (line-too-long) C:226, 0: Trailing whitespace (trailing-whitespace) C:238, 0: Trailing whitespace (trailing-whitespace) C:255, 0: Trailing whitespace (trailing-whitespace) C:275, 0: Trailing whitespace (trailing-whitespace) C:279, 0: Trailing whitespace (trailing-whitespace) C:294, 0: Trailing newlines (trailing-newlines) C: 1, 0: Invalid module name "424841-Hovezak_Petr-424841" (invalid-name) C: 10, 0: Invalid argument name "n" (invalid-name) C: 10, 0: Missing function docstring (missing-docstring) C: 12, 8: Invalid variable name "x" (invalid-name) C: 24, 0: Invalid argument name "n" (invalid-name) C: 24, 0: Missing function docstring (missing-docstring) W: 25, 8: Unused variable 'i' (unused-variable) C: 34, 0: Invalid argument name "n" (invalid-name) C: 34, 0: Missing function docstring (missing-docstring) W: 35, 8: Unused variable 'i' (unused-variable) C: 47, 0: Invalid argument name "m" (invalid-name) C: 47, 0: Invalid argument name "n" (invalid-name) C: 47, 0: Missing function docstring (missing-docstring) C: 66, 0: Import "from turtle import Turtle, done" should be placed at the top of the module (wrong-import-position) C: 67, 0: Invalid constant name "pes" (invalid-name) C: 69, 0: Missing function docstring (missing-docstring) W: 73, 8: Redefining name 'i' from outer scope (line 71) (redefined-outer-name) W: 71, 8: Unused variable 'i' (unused-variable) W: 76,12: Unused variable 'k' (unused-variable) W: 81,12: Unused variable 'j' (unused-variable) W:101, 0: Reimport 'Turtle' (imported line 66) (reimported) W:101, 0: Reimport 'done' (imported line 66) (reimported) C:101, 0: Import "from turtle import Turtle, done" should be placed at the top of the module (wrong-import-position) C:102, 0: Invalid constant name "pes" (invalid-name) C:105, 0: Missing function docstring (missing-docstring) W:245, 8: Redefining name 'i' from outer scope (line 244) (redefined-outer-name) W:257, 8: Redefining name 'i' from outer scope (line 244) (redefined-outer-name) W:265, 8: Redefining name 'i' from outer scope (line 244) (redefined-outer-name) W:278, 8: Redefining name 'i' from outer scope (line 244) (redefined-outer-name) W:244, 8: Unused variable 'i' (unused-variable) R:105, 0: Too many statements (170/50) (too-many-statements) W: 66, 0: Unused done imported from turtle (unused-import) ------------------------------------------------------------------ Your code has been rated at 7.63/10 (previous run: 7.63/10, +0.00)