Stam - #122
Conversation
jhb1996
left a comment
There was a problem hiding this comment.
Just a few small things. Other than that looks good.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| @@ -0,0 +1,59 @@ | |||
| """ | |||
There was a problem hiding this comment.
See section 3.1 for the proper way to document modules https://github.com/osherdp/python-training/blob/master/Style_Guide.md
| newfile.write(f"keren {line.strip()} kayrich\n") | ||
| def main(): |
There was a problem hiding this comment.
Follow the style guid for how to document functions (change the documentation of all of your functions to be inline with the style guide) https://github.com/osherdp/python-training/blob/master/Style_Guide.md
| """The script adds firs and last name to the file's rows. | ||
| """ |
| PATH_TO_ORIGINAL_FILE = 1 | ||
| PATH_TO_NEW_FILE = 2 |
There was a problem hiding this comment.
- reorder
- those consts are not paths
| """Adds name to the new file's rows. | ||
| """ |
stam exercise