Skip to content

Conversation

@adityac8
Copy link

ISSUE NUMBER

Resolves #106

SHORT DESCRIPTION

Added random library

TESTING

Ran the file to test the output.

@pep8speaks
Copy link

Hello @adityac8! Thanks for submitting the PR.

Line 3:1: E302 expected 2 blank lines, found 0
Line 4:20: E231 missing whitespace after ','
Line 7:1: E305 expected 2 blank lines after class or function definition, found 1
Line 9:1: E302 expected 2 blank lines, found 1
Line 10:28: E202 whitespace before ')'
Line 10:30: E261 at least two spaces before inline comment
Line 10:31: E262 inline comment should start with '# '
Line 10:80: E501 line too long (188 > 79 characters)
Line 10:189: W291 trailing whitespace
Line 11:6: E225 missing whitespace around operator
Line 11:19: E261 at least two spaces before inline comment
Line 12:6: E225 missing whitespace around operator
Line 12:42: E262 inline comment should start with '# '
Line 12:80: E501 line too long (181 > 79 characters)
Line 14:1: E265 block comment should start with '# '
Line 15:1: E265 block comment should start with '# '
Line 15:11: W291 trailing whitespace
Line 16:1: E302 expected 2 blank lines, found 0
Line 16:23: E231 missing whitespace after ','
Line 18:5: E265 block comment should start with '# '
Line 21:1: E305 expected 2 blank lines after class or function definition, found 1
Line 21:27: E231 missing whitespace after ','
Line 26:1: E302 expected 2 blank lines, found 1
Line 26:18: E231 missing whitespace after ','
Line 35:1: W293 blank line contains whitespace
Line 36:1: E305 expected 2 blank lines after class or function definition, found 1
Line 36:14: E231 missing whitespace after ','
Line 37:1: W293 blank line contains whitespace
Line 43:1: E302 expected 2 blank lines, found 1
Line 43:18: E231 missing whitespace after ','
Line 52:1: W293 blank line contains whitespace
Line 53:1: E305 expected 2 blank lines after class or function definition, found 1
Line 53:14: E231 missing whitespace after ','
Line 55:1: E265 block comment should start with '# '
Line 60:1: E302 expected 2 blank lines, found 1
Line 60:19: E231 missing whitespace after ','
Line 69:1: W293 blank line contains whitespace
Line 70:1: E305 expected 2 blank lines after class or function definition, found 1
Line 70:15: E231 missing whitespace after ','
Line 72:1: E266 too many leading '#' for block comment
Line 74:1: E302 expected 2 blank lines, found 1
Line 77:80: E501 line too long (97 > 79 characters)
Line 78:25: E231 missing whitespace after ','
Line 78:33: E225 missing whitespace around operator
Line 78:33: E712 comparison to True should be 'if cond is True:' or 'if cond:'
Line 78:57: E231 missing whitespace after ','
Line 78:65: E225 missing whitespace around operator
Line 80:26: E231 missing whitespace after ','
Line 80:34: E225 missing whitespace around operator
Line 80:34: E712 comparison to True should be 'if cond is True:' or 'if cond:'
Line 87:1: E305 expected 2 blank lines after class or function definition, found 1
Line 89:1: E266 too many leading '#' for block comment
Line 91:1: E302 expected 2 blank lines, found 1
Line 92:10: E225 missing whitespace around operator
Line 95:27: E231 missing whitespace after ','
Line 98:1: W293 blank line contains whitespace
Line 100:1: W293 blank line contains whitespace
Line 102:1: E305 expected 2 blank lines after class or function definition, found 1
Line 102:1: E402 module level import not at top of file
Line 103:1: E402 module level import not at top of file
Line 112:1: W293 blank line contains whitespace
Line 113:16: W291 trailing whitespace
Line 122:1: E302 expected 2 blank lines, found 1
Line 124:12: E231 missing whitespace after ','
Line 126:25: E231 missing whitespace after ','
Line 128:20: E225 missing whitespace around operator
Line 128:38: E231 missing whitespace after ','
Line 135:1: E305 expected 2 blank lines after class or function definition, found 1
Line 135:22: W291 trailing whitespace
Line 139:1: E402 module level import not at top of file
Line 147:1: W293 blank line contains whitespace

@prateekiiest
Copy link
Owner

you can fix #107 also here

@prateekiiest
Copy link
Owner

could you help into fixing the pep8 issues on PR #114

@prateekiiest
Copy link
Owner

Lemme know if any problem occurs :)

@prateekiiest
Copy link
Owner

Sorry to say, but this has been resolved.
So I have to close this unfortunately,

There are still some PEP8 issues with this code. It will be great if you can resolve those by opening a new PR for that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants