Write a program that takes two integer numbers x and y and then prints the sum of these numbers.
Variables x and y are already defined for you. Use the sum() function, please.
Tip: sum() function takes an iterable as an argument, you have noticed that it requires numbers to be in parentheses, haven't you?