READING AN INPUT IN PYTHON

Photo of author

By Jackson Taylor

PROGRAM
a= raw_input(“enter your name n”);
print ‘your name is’,a ;
OUTPUT