Edhesive 9.10 Question 1
Write code that takes in two words from user input and stores them in the variables x and y respectively. Then, the program should swap the values in x and y, and print x and y.
