Okay cool you can make it say something but we can't do much with a file that just produces text. This is like print but much more fancy. This is how you get info from the user.
#code start
Input("tell me something: ")
#code end
When you run you might be thinking well why would I do this? All it did was let me type next to tell me something:, well we will answer that question next when we talk about variables.