count=0for i in range (1,100): if(i%3==0 and i%5==0): count=count+1
Standard input is empty
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!