The Factorial Code in Python
And then there is theĀ very famous Python. Amazingly the factorial program in this case becomes even simpler. It is just a normal factorial code seemingly working fine for abnormally large integers as well! fact=1 x=input(“Enter the no :”) for x in range(1,x+1): fact*=x print “Factorial :” print fact You might also want to see
Chinmoy Kanjilal is the geek behind Techarraz. This is where he rants about his adventures with technology. Get to know him better, and connect with him on social networks.
Recent reactions