Rajat Sahay
Rajat Sahay
Created a python program for quicksort algorithm implementation in one line using lambda functions [QuickSortOneLine.zip](https://github.com/HarendraSingh22/Python-Guide-for-Beginners/files/3673131/QuickSortOneLine.zip)
Created a lambda function for finding the factorial of a number in one line [oneLineFactorial.zip](https://github.com/HarendraSingh22/Python-Guide-for-Beginners/files/3672985/oneLineFactorial.zip)
[fibonacciOneLine.zip](https://github.com/HarendraSingh22/Python-Guide-for-Beginners/files/3672951/fibonacciOneLine.zip) Added a one-line program to find the fibonacci series of any number