Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1.15 KB

README.md

File metadata and controls

25 lines (13 loc) · 1.15 KB

Python Type Challenges

Learn Python 🐍 typing (type hints) by completing online challenges.

🌟🌟 Click HERE to start 🌟🌟

Happy typing!

How to Contribute

You're more than welcome to contribute new challenges!

All challenges live under the challenges/ directory, and it's pretty easy to add a new one: you only need to create a new folder, add a question.py, and that's it. See here for a detailed guidance.

Got Questions?

For general questions, you can post them in Discussions.

If you met issues or want to suggest a new feature/improvement, feel free to open a new issue.

Credits

This project is inspired Type Exercise in Rust by @skyzh, and type-challenges by @antfu.