name=input('What is your name') email=input('what is your email') print(f"Hi {name}! We will be contacting you shortly at {email}")