Exemple d'entrée brut Python

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