print('Hello World')# your code goes here a=104 b=33 print(a+b) print((a+b)^2)