************* Module 469417-Hajda_Lukas-469417 C: 7, 0: Exactly one space required after comma from turtle import Turtle,done ^ (bad-whitespace) W: 11, 0: Bad indentation. Found 2 spaces, expected 4 (bad-indentation) C: 12, 0: Line too long (122/100) (line-too-long) W: 13, 0: Bad indentation. Found 4 spaces, expected 8 (bad-indentation) C: 13, 0: Unnecessary parens after 'if' keyword (superfluous-parens) C: 13, 0: No space allowed after bracket if ( i % 2 == 0 ): ^ (bad-whitespace) C: 13, 0: No space allowed before bracket if ( i % 2 == 0 ): ^ (bad-whitespace) W: 14, 0: Bad indentation. Found 6 spaces, expected 12 (bad-indentation) C: 14, 0: Exactly one space required after comma print(n*i,end=' ') ^ (bad-whitespace) W: 16, 0: Bad indentation. Found 4 spaces, expected 8 (bad-indentation) W: 17, 0: Bad indentation. Found 6 spaces, expected 12 (bad-indentation) C: 17, 0: Exactly one space required after comma print((-n)*i,end=' ') ^ (bad-whitespace) W: 24, 0: Bad indentation. Found 2 spaces, expected 4 (bad-indentation) C: 25, 0: Line too long (158/100) (line-too-long) W: 26, 0: Bad indentation. Found 2 spaces, expected 4 (bad-indentation) W: 27, 0: Bad indentation. Found 2 spaces, expected 4 (bad-indentation) W: 28, 0: Bad indentation. Found 4 spaces, expected 8 (bad-indentation) W: 29, 0: Bad indentation. Found 4 spaces, expected 8 (bad-indentation) C: 29, 0: Exactly one space required after comma print('#',empty_line,'#') ^ (bad-whitespace) C: 29, 0: Exactly one space required after comma print('#',empty_line,'#') ^ (bad-whitespace) W: 31, 0: Bad indentation. Found 2 spaces, expected 4 (bad-indentation) C: 33, 0: Line too long (112/100) (line-too-long) C: 36, 0: Exactly one space required after comma def mocniny(m,n): ^ (bad-whitespace) W: 37, 0: Bad indentation. Found 2 spaces, expected 4 (bad-indentation) C: 37, 0: Exactly one space required after comma print(' ',end='') ^ (bad-whitespace) W: 39, 0: Bad indentation. Found 2 spaces, expected 4 (bad-indentation) C: 39, 0: Exactly one space required after comma for i in range(1,m+1): ^ (bad-whitespace) W: 40, 0: Bad indentation. Found 4 spaces, expected 8 (bad-indentation) C: 40, 0: Exactly one space required after comma print('%3d' % i,end=' ') ^ (bad-whitespace) W: 41, 0: Bad indentation. Found 2 spaces, expected 4 (bad-indentation) W: 42, 0: Bad indentation. Found 2 spaces, expected 4 (bad-indentation) C: 42, 0: Exactly one space required after comma print(' ',end='') ^ (bad-whitespace) W: 43, 0: Bad indentation. Found 2 spaces, expected 4 (bad-indentation) W: 45, 0: Bad indentation. Found 2 spaces, expected 4 (bad-indentation) C: 45, 0: Exactly one space required after comma for i in range(1,n+1): ^ (bad-whitespace) W: 46, 0: Bad indentation. Found 4 spaces, expected 8 (bad-indentation) C: 46, 0: Exactly one space required after comma print(i,'|',end='') ^ (bad-whitespace) C: 46, 0: Exactly one space required after comma print(i,'|',end='') ^ (bad-whitespace) W: 47, 0: Bad indentation. Found 4 spaces, expected 8 (bad-indentation) C: 47, 0: Exactly one space required after comma for j in range(1,m+1): ^ (bad-whitespace) W: 49, 0: Bad indentation. Found 6 spaces, expected 12 (bad-indentation) C: 49, 0: Exactly one space required after comma print(' ',j**i,'',end='') ^ (bad-whitespace) C: 49, 0: Exactly one space required after comma print(' ',j**i,'',end='') ^ (bad-whitespace) C: 49, 0: Exactly one space required after comma print(' ',j**i,'',end='') ^ (bad-whitespace) W: 50, 0: Bad indentation. Found 4 spaces, expected 8 (bad-indentation) C: 53, 0: Line too long (113/100) (line-too-long) C: 56, 0: Trailing whitespace (trailing-whitespace) C: 56, 0: Exactly one space required after comma from turtle import Turtle,done ^ (bad-whitespace) C: 57, 0: Trailing whitespace (trailing-whitespace) C: 60, 0: Line too long (101/100) (line-too-long) C: 80, 0: Exactly one space required after comma for i in range(1,vertical_line+1): ^ (bad-whitespace) W: 81, 0: Found indentation with tabs instead of spaces (mixed-indentation) W: 83, 0: Found indentation with tabs instead of spaces (mixed-indentation) W: 84, 0: Found indentation with tabs instead of spaces (mixed-indentation) W: 85, 0: Found indentation with tabs instead of spaces (mixed-indentation) W: 86, 0: Found indentation with tabs instead of spaces (mixed-indentation) W: 87, 0: Found indentation with tabs instead of spaces (mixed-indentation) W: 97, 0: Found indentation with tabs instead of spaces (mixed-indentation) W: 98, 0: Found indentation with tabs instead of spaces (mixed-indentation) W: 99, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:101, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:102, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:103, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:104, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:105, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:106, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:107, 0: Found indentation with tabs instead of spaces (mixed-indentation) C:114, 0: Trailing whitespace (trailing-whitespace) W:114, 0: Found indentation with tabs instead of spaces (mixed-indentation) C:114, 0: Exactly one space required after comma from turtle import Turtle,done,math ^ (bad-whitespace) C:114, 0: Exactly one space required after comma from turtle import Turtle,done,math ^ (bad-whitespace) W:115, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:116, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:117, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:118, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:119, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:120, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:121, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:122, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:124, 0: Found indentation with tabs instead of spaces (mixed-indentation) C:124, 0: Exactly one space required after comma luck_1.circle(50,3*180) ^ (bad-whitespace) W:125, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:127, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:128, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:129, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:130, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:131, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:132, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:133, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:134, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:135, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:136, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:137, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:138, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:139, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:140, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:141, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:142, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:143, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:145, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:146, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:147, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:148, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:149, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:150, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:151, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:152, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:153, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:154, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:155, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:158, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:159, 0: Found indentation with tabs instead of spaces (mixed-indentation) C:159, 0: Exactly one space required after comma luck_1.circle(-45,180) ^ (bad-whitespace) W:160, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:161, 0: Found indentation with tabs instead of spaces (mixed-indentation) C:161, 0: Exactly one space required after comma luck_1.circle(45,180) ^ (bad-whitespace) W:163, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:165, 0: Found indentation with tabs instead of spaces (mixed-indentation) C:165, 0: Unnecessary parens after 'if' keyword (superfluous-parens) C:165, 0: No space allowed after bracket if( i % 2 == 0): ^ (bad-whitespace) W:166, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:167, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:168, 0: Found indentation with tabs instead of spaces (mixed-indentation) C:169, 0: Trailing whitespace (trailing-whitespace) C:169, 0: Line too long (109/100) (line-too-long) W:170, 0: Found indentation with tabs instead of spaces (mixed-indentation) C:170, 0: Exactly one space required after comma luck_1.circle(-100 + (i*10),180) ^ (bad-whitespace) W:173, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:174, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:175, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:176, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:178, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:180, 0: Found indentation with tabs instead of spaces (mixed-indentation) C:181, 0: Trailing whitespace (trailing-whitespace) W:181, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:182, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:183, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:184, 0: Found indentation with tabs instead of spaces (mixed-indentation) C:184, 0: Exactly one space required after comma luck_1.circle(40-(i*10),100) ^ (bad-whitespace) C:185, 0: Trailing whitespace (trailing-whitespace) W:185, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:186, 0: Found indentation with tabs instead of spaces (mixed-indentation) C:187, 0: Trailing whitespace (trailing-whitespace) W:188, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:189, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:190, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:191, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:192, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:193, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:194, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:195, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:196, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:197, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:198, 0: Found indentation with tabs instead of spaces (mixed-indentation) W:199, 0: Found indentation with tabs instead of spaces (mixed-indentation) C:200, 0: Final newline missing (missing-final-newline) W:200, 0: Found indentation with tabs instead of spaces (mixed-indentation) C: 1, 0: Invalid module name "469417-Hajda_Lukas-469417" (invalid-name) C: 10, 0: Invalid argument name "n" (invalid-name) C: 10, 0: Missing function docstring (missing-docstring) C: 22, 0: Invalid argument name "n" (invalid-name) C: 22, 0: Missing function docstring (missing-docstring) W: 27, 6: Unused variable 'i' (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) W: 56, 0: Reimport 'Turtle' (imported line 7) (reimported) W: 56, 0: Reimport 'done' (imported line 7) (reimported) C: 56, 0: Import "from turtle import Turtle, done" should be placed at the top of the module (wrong-import-position) C: 57, 0: Invalid constant name "luck" (invalid-name) C: 58, 0: Missing function docstring (missing-docstring) W: 97, 9: Unused variable 'j' (unused-variable) C:113, 0: Missing function docstring (missing-docstring) W:114, 1: Redefining name 'Turtle' from outer scope (line 7) (redefined-outer-name) W:114, 1: Redefining name 'done' from outer scope (line 7) (redefined-outer-name) W:114, 1: Reimport 'Turtle' (imported line 7) (reimported) W:114, 1: Reimport 'done' (imported line 7) (reimported) C:178, 1: Missing function docstring (missing-docstring) W:114, 1: Unused variable 'math' (unused-variable) ------------------------------------ Your code has been rated at -2.79/10