************* Module 469363-Kummer_Lukas-469363 C: 12, 0: No space allowed around keyword argument assignment print(n * i, end = " ") #mozno udelat i pres mocniny -1 ^ (bad-whitespace) C: 14, 0: Trailing whitespace (trailing-whitespace) C: 14, 0: No space allowed around keyword argument assignment print(-n * i, end = " ") ^ (bad-whitespace) C: 29, 0: No space allowed around keyword argument assignment print(' ', end = ' ') ^ (bad-whitespace) C: 31, 0: No space allowed around keyword argument assignment print(1 * fir_li, end = ' ') ^ (bad-whitespace) C: 33, 0: No space allowed around keyword argument assignment print(' ', m * '- ', end = ' ') #vypise pomlcky ^ (bad-whitespace) C: 36, 0: No space allowed around keyword argument assignment print(i, '| ', end = '') ^ (bad-whitespace) W: 38, 0: Bad indentation. Found 16 spaces, expected 12 (bad-indentation) C: 38, 0: No space allowed around keyword argument assignment print(x** i, end = ' ') ^ (bad-whitespace) C: 44, 0: Trailing whitespace (trailing-whitespace) C: 79, 0: Trailing whitespace (trailing-whitespace) C: 85, 0: Trailing whitespace (trailing-whitespace) C: 94, 0: Trailing whitespace (trailing-whitespace) C:102, 0: Trailing whitespace (trailing-whitespace) C:153, 0: Trailing whitespace (trailing-whitespace) C:198, 0: Trailing whitespace (trailing-whitespace) C:199, 0: Trailing whitespace (trailing-whitespace) C:200, 0: Trailing newlines (trailing-newlines) C: 1, 0: Invalid module name "469363-Kummer_Lukas-469363" (invalid-name) C: 9, 0: Invalid argument name "n" (invalid-name) C: 9, 0: Missing function docstring (missing-docstring) C: 19, 0: Invalid argument name "n" (invalid-name) C: 19, 0: Missing function docstring (missing-docstring) W: 21, 8: Unused variable 'i' (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) C: 37,12: Invalid variable name "x" (invalid-name) C: 42, 0: Missing function docstring (missing-docstring) C: 81, 0: Missing function docstring (missing-docstring) C: 83, 4: Invalid variable name "t" (invalid-name) R: 81, 0: Too many statements (95/50) (too-many-statements) ----------------------------------- Your code has been rated at 7.99/10