import random random.seed(12345)print(sum(random.randint(0,10) for i in range(10000)))
Standard input is empty
49619
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!