Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python

# Python program to illustrate
# getting input from user
name = input("Enter your name: ") 
  
# user entered the name 'harssh'
print("hello", name)
Source by www.geeksforgeeks.org #
 
PREVIOUS NEXT
Tagged: #python
ADD COMMENT
Topic
Name
4+7 =