You are viewing a single comment's thread. Return to all comments →
Python for i in range(n,0,-1): if cont_a == 0: cont_a = i else: cont_a *=i print(cont_a)
Seems like cookies are disabled on this browser, please enable them to open this website
Extra Long Factorials
You are viewing a single comment's thread. Return to all comments →
Python for i in range(n,0,-1): if cont_a == 0: cont_a = i else: cont_a *=i print(cont_a)