Python Forum

Full Version: Does not print name after input name
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello Python World. :) This is my first post. I have only started to learn Python on my own and am quite isolated so questions I will be asking will be quite stupid I guess but any help would be appreciated.
Thank you very much in advance. :)

My problem is:
I would love Python to print hello "person_name" (any name i want to generate in that line) after it was defined in input.
But somewhere I don't grasp its logic yet.
Could you point to the right direction please?
So it goes like this (in jupiter):

 user_name = input('Type in your name please: ')   #it shows me input line where i can type in my name
print(input)       #returns nothing


Thank you very much for any help. :)
You should print user_name