This module aims to make python coding hassle free!
from knip import sprint
sprint("hello", "world", end="#", sep="$")
sprint("3.14159265" * 314159265)
- It displays large data (of any type) in a neat and organized manner.
- Does not hang while printing, no matter how large the data may be.
- Syntactically similar to in-built print function.
Run the following to install:
pip install knip
- Email: nishant.aklecha@gmail.com
- LinkedIn: https://www.linkedin.com/in/naklecha
- CodeChef: https://www.codechef.com/users/naklecha
- PYPI: https://pypi.org/user/naklecha
- GitHub: https://github.com/Naklecha