Small Factorials | Codechef | Python
In this video you will be learning how to solve Small factorials of Codechef at beginner level using Python . The problem is quite easy and clear to solve. You are going to generate factorials for series of integers. The range of these integers are decided by the testcase variable '" t " . So, you will take the input of testcase in first line of the code. After that you will concurrently taking the series of integers for each testcase line using while loop and at the same time you will generate factorial for a corresponding integer by using logic written by the code in Python. Ultimately, you will come out of inner loop and prints the output. You will continue generating the factorials of integers until variable " t " value becomes zero. If you wanna solve this problem then right away hit the link below : https://www.codechef.com/problems/FCTRL2 Do you wanna sign-up to codechef and don't know where to start the follow this video link : https://youtu.be/uEfwjbNlHKg Are you interested to solve any of the problems in codechef then follow this playlist : https://www.youtube.com/playlist?list=PLgNt4G2QEfRDuY74dvYUBpUR-xp27jTW1 for further updates follow me on instagram : https://www.instagram.com/girl_coder_impressive/ You can also follow my facebook page for more updates : https://www.facebook.com/Girl_Coder_impressive-101934658207369/