79653400

Date: 2025-06-04 19:45:32
Score: 0.5
Natty:
Report link

Input/raw_input take a string as an argument, for this purpose, that is printed before what is input:

me_typed = input('Me: ')

That's it. The user will see "Me: ", they will see the characters they type after it. No need for print, since it's included.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: brandon