f = 1for i in range(1, 17): f = f * iprint(f)
Standard input is empty
20922789888000
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!