Basic Input in Python

--Originally published at angelmendozas

You use raw_input so the user can put an input and the question or thing you want him to fill

Captura de pantalla 2016-08-30 a las 12.07.42 p.m..png

In the shell the question is dropped and you write your name

Captura de pantalla 2016-08-30 a las 12.08.27 p.m..png

Just After you write your name, the shell prints what you told it to print, for example I programmed print(‘Your name is ‘ + x), because the result of x is your name and it prints this:

Captura de pantalla 2016-08-30 a las 12.08.50 p.m..png