HacktoberFest-Practice-2021 icon indicating copy to clipboard operation
HacktoberFest-Practice-2021 copied to clipboard

Platform to share your work👩‍💻 This project is excluded from Hacktoberfest 2021. Please use it as a testing repository.

Results 3 HacktoberFest-Practice-2021 issues
Sort by recently updated
recently updated
newest added

# NumbertoWord Python Script to convert number to Word can convert to the highest Billion. #### How to user ```python from numbertoword import ntw print(ntw(332102)) # output >>> 'three hundred...

Given an array of points where points[i] = [xi, yi] represents a point on the X-Y plane, return the maximum number of points that lie on the same straight line....