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))
Nesta página do site você pode assistir ao vídeo on-line Input in python duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Amirmehdi Hosseini 09 Fevereiro 2023, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 161 vezes e gostou 5 espectadores. Boa visualização!