I'm using Python 3 and I can't seem to figure out how to print something from an input and the thing that they input.
var = input("Enter something: ")
print("you entered")
I have something along these lines, and I need the print function to print "you entered" and what they input.