Home / Python Tips Generated By ChatGPT / Reading User Input with input() in Python Prompt the user to enter data from the console. Source Code name = input("Enter your name: ") print(f"Hello, {name}!")