Answers for "(*variable) in python"

0

Python Variables

name=input('What is your name')
email=input('what is your email')
print(f"Hi {name}! We will be contacting you shortly at {email}")
Posted by: Guest on January-10-2022

Python Answers by Framework

Browse Popular Code Answers by Language