Input Raw Input Python
mydata = raw_input('Prompt :')
print (mydata)
ayaan
mydata = raw_input('Prompt :')
print (mydata)