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