Use the input() method Example #code name = input("Name Please: ") print(f'Hello {name}, what can I do for you?') #console Name Please: >>> Steve Hello Steve, what can I do for you?