I'm trying to solve this in Python and not sure why it isn't working...
x = int(input("Enter the value of X: "))
y = int(input("Enter the value of Y: "))
print(y)
input("...")
The problem is Y. I input exactly as follows without quotes: "2 * x" I have tried a lot of things and researched a lot (as I do before asking) but I am stumped here. Perhaps it's because I'm such a basic user.