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))
Sur cette page du site, vous pouvez voir la vidéo en ligne Input in python durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Amirmehdi Hosseini 09 février 2023, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 161 fois et il a aimé 5 téléspectateurs. Bon visionnage!