input()
input can be passed a string to show as a prompt.
input
import sys sys.stdin.readline()
readline will keep a '\n' at the end of the string.
readline
'\n'