Now I want the users type their names in the same line,
looking like Your name: Andrew,
but my implementation looks like:
Your name:
Andrew
The users typed their names in the next line, which is not what I what.
After typing name and press enter, the user's name should be redirected to a text file. How can I do it? Thanks a lot!
