x=5y=10z=15w=20print(x*y) print("~~~~~~~~~~~~~~~~~~~~") print(z*w)
Standard input is empty
50 ~~~~~~~~~~~~~~~~~~~~ 300
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!