Home - Programming - READING AN INPUT IN PYTHON PROGRAM a= raw_input(“enter your name n”); print ‘your name is’,a ; OUTPUT