Atharv-Attri / HacktoberFest-Projects

A collection of issues for Hacktoberfest!
MIT License
6 stars 27 forks source link

Parse File and find the list of numbers using python #22

Closed achoudh5 closed 3 years ago

achoudh5 commented 4 years ago

Put a little bit about how you made what you made

Parse a file and return the list of entries only when the line starts with a number! input: file name or path output: list of entries that contains numbers

Tag the issue you made here:

My issue number is: 21

Atharv-Attri commented 4 years ago

@achoudh5 your code seems a little too simple, please try to make it more complex. Please see some of the closed PRs to see what level of complexity we expect

Atharv-Attri commented 3 years ago

Would you like to continue on this?