Python Forum
Does not print name after input name - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Does not print name after input name (/thread-22898.html)



Does not print name after input name - Manjushri - Dec-02-2019

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. :)


RE: Does not print name after input name - perfringo - Dec-02-2019

You should print user_name