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))
In questa pagina del sito puoi guardare il video online Input in python della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Amirmehdi Hosseini 09 febbraio 2023, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 161 volte e gli è piaciuto 5 spettatori. Buona visione!