Input = Putin (Illuminati)

--Originally published at Python & pugs

 

tumblr_nd2v3if21H1qdjbb7o1_500.gif

When you have an Input in a code, is just like if the code is asking you for something, and you’ll have to introduce it.

Just as easy as this:
age = input(“What’s your age? “)
//There you’ll have to give an answer like your age

After it, you can use the input in other part of the codes, just like in the next example:
print(“So your age is “+ age + ” years”)

There it is! Input in easy steps!

InputInput.2Input.3