print('Hello!')a = list(map(lambda x : int(x), input().split()))print(a)print(a[0] + a[1] + a[2])
1 2 3
Hello! [1, 2, 3] 6
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!