User input (text based) in Python (basic)

                                                                                                              @PablO_CVi

An user input is to give values to the variables, this inputs are in the programs that need the user to interact with it, asking numbers to do operations or actios, to do this you have to type the variable you are going to give a value like this x=, then you have to use the comand input followed by parenthesis and in the middle of this any phrase to request the user to type a value. Example: x=input(“Ingresa un valor”)

CC BY 4.0 User input (text based) in Python (basic) by Pablo is licensed under a Creative Commons Attribution 4.0 International License.

Comments are closed.