n = 1i = 1 while i <= 30: n = n*i i= i+1 print(n)
Standard input is empty
265252859812191058636308480000000
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!