Python
Python copied to clipboard
Create sol1.py
proposed solution : generate all primitive pythagorean triples and check if it satisfies constraints in problem statement
Describe your change:
- [x] Add an algorithm?
- [ ] Fix a bug or typo in an existing algorithm?
- [ ] Documentation change?