The script:
The topic of this video is input in python.
For example you wanna take the elevator and move to 3rd floor, you go into the elevator and press 3 button, and it will take you to the floor.
When you wanna do something like this in programming, you have to get a data from user. We have input method in python to get data from user. It reads a line and converts it to string. So data type of input, is string even if you enter a number! So when you wanna get user's age and multiply it by 2, you have to create a variable called age and in the middle of parentheses, you type a message to show the user.
Age = int(input ("How old are ya? "))
Print("Age * 2 = " + str ( Age * 2))
En esta página del sitio puede ver el video en línea Input in python de Duración hora minuto segunda en buena calidad , que subió el usuario Amirmehdi Hosseini 09 febrero 2023, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 161 veces y le gustó 5 a los espectadores. Disfruta viendo!