simple-Python-script A more interactive Python script Get user's name name = input("What is your name? ") Greet the user print(f"Hello, {name}! Welcome to this Git repository.")