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