Basic User Input (Python)

--Originally published at Ed_Alita

In other to understand this topic we need to know what a input is. The Cambridge Diccionary define a input as ” information put into a computer for processing”, since a program that don’t receive information from the user is boring and useful.

These information enters by the keyboard which means that we need to tell or phyton program to how to receive it and what to do with that information. In python managing these inputs its easy as pie because it has the funtion input().

If the funtion input is called, the program flow will stop until the user gave the program the desire input. Lets do an Example:

pHYTON

Okey, now save it with the name that you one. If you run it it has to look like this.

phyton2

Great, now  you know how to manage inputs. Remeber to follow me and to like this post. #TC101 #Phyton #EasyasPie

All the information seen in this blog can be check in the next link.