Python Editor
Run Code
# Write your Python code here name = input("What is your name? ") print(f"Hello, {name}! Good luck on the exam.")
Terminal Output