tobinNU / Geospatial_Prog_Week5

0 stars 0 forks source link

Might be better to make the input file a parameter of the function #1

Open rboothneu opened 2 years ago

rboothneu commented 2 years ago

This function has no parameters. It works, but it is limited to working only on this specific file. If you make the file to read a parameter, you could call the function on similar files. https://github.com/tobinNU/Geospatial_Prog_Week5/blob/546948a0b57f0c4dc881bb2b128f3163fb2169b7/CountChr.py#L8

tobinNU commented 2 years ago

Good point! Thank you for the suggestion:-)