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