Posts by Aarushi Dwivedi
Author Biographical Info: Not available
Enumerate means to state or mention several things one by one. While iterations are being performed it sometimes becomes necessary to count the number of iterations. In python, the.... Read More
Partial function, as the name suggests allows us to fix the number of arguments in a function i.e partially fix the number of arguments to generate a new function. We can create a .... Read More