Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

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}")
Source by hyperiondev.cogrammar.com #
 
PREVIOUS NEXT
Tagged: #Python #Variables
ADD COMMENT
Topic
Name
5+3 =