-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adambranch #5
Adambranch #5
Conversation
@@ -1,14 +1,18 @@ | |||
|
|||
#!/usr/bin/env python3 | |||
|
|||
import sys, logging, argparse | |||
import sys |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all this is auto pep8 formatting. Can adjust to fit whatever linter you have
return titlesIndex | ||
|
||
|
||
def getSameTitles(): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still working on the logic here, It seems to be returning the incorrect bill numbers
This is good progress! I'd like to see the output as an object (currently, it seems you're printing each Instead, you should:
|
Very nice! I didn't know (or remember?) that you can add arrays like that. |
No description provided.