https://github.com/scorphus/pythonchallengesolutions
🐍 Python Challenge Solutions
https://github.com/scorphus/pythonchallengesolutions
challenge python python-challenge solutions
Last synced: 3 months ago
JSON representation
🐍 Python Challenge Solutions
- Host: GitHub
- URL: https://github.com/scorphus/pythonchallengesolutions
- Owner: scorphus
- License: bsd-3-clause
- Created: 2018-07-20T21:57:03.000Z (over 7 years ago)
- Default Branch: PythonChallenge
- Last Pushed: 2020-11-19T13:17:54.000Z (about 5 years ago)
- Last Synced: 2024-04-16T03:30:58.130Z (over 1 year ago)
- Topics: challenge, python, python-challenge, solutions
- Language: Python
- Homepage: http://www.pythonchallenge.com
- Size: 95.7 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python Challenge Solutions [![PythonChallengeSolutions][badge]][build] [![Quality gate][sonarcloud_badge]][sonarcloud_link] [![codebeat badge][codebeat_badge]][codebeat_link]
**To keep the axe sharp!**

**And for fun, of course!**

## About
[Python Challenge](http://www.pythonchallenge.com/), written by Nadav Samet, is
a game in which each level can be solved by a bit of (Python) programming.
## License
Code in this repository is distributed under the terms of the BSD 3-Clause
License.
See [LICENSE](LICENSE) for details.
[badge]: https://github.com/scorphus/PythonChallengeSolutions/workflows/build/badge.svg
[build]: https://github.com/scorphus/PythonChallengeSolutions/actions?query=workflow%3Abuild
[codebeat_badge]: https://codebeat.co/badges/39021760-ff95-4180-af73-36c1c553b262
[codebeat_link]: https://codebeat.co/projects/github-com-scorphus-pythonchallengesolutions-pythonchallenge
[sonarcloud_badge]: https://sonarcloud.io/api/project_badges/measure?project=scorphus_PythonChallengeSolutions&metric=alert_status
[sonarcloud_link]: https://sonarcloud.io/dashboard?id=scorphus_PythonChallengeSolutions