n = 1numero = 5for fatorial in range(numero, 1, -1): n = n * fatorialprint(n)
Standard input is empty
120
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!