Popular repositories Loading
-
-
Payton-hon-stars.py
Payton-hon-stars.py Publicdef diamond(n): # Upper part for i in range(n): print(' ' * (n - i - 1) + '*' * (2 * i + 1)) # Lower part for i in range(n - 2, -1, -1): print(' ' * (n - i - 1) + '*' * (2 * i + 1)) # Example usage…
-
Code-debugger
Code-debugger PublicIt has ternimal and can analyse mistakes in code and create a clean and correct code it is only web based app
TypeScript
-
Savings-adviser-
Savings-adviser- Publicit gives advice on the basis of income , saving amount ,goal amount and uses ml models t predicts the savings
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.