a, b = input().split() a = int(a)b = int(b) print( a * b )
5 8
40
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!