Python d'entrée brut

mydata = raw_input('Prompt :')
print (mydata)
ayaan