#7 How to use input function in Python || Solution of input function not working in Sublime

Publié le: 17 septembre 2020
sur la chaîne: PIUPY CODING CLUB
106
6

This video explains how to take input in Python using input( ) function. This is also known as Read operation. Some people may face problem in using input( ) function in sublime text. I have provided the solution to that problem as well in this video.


#------------------------------------ Code -----------------------------------------------------------


a = int(input('Enter value of a : '))
b = int(input('Enter value of b : '))
c = int(input('Enter value of c : '))

print(a)
print(b)
print(c)



#------- Code to create shortcut to run the file : ----------------------------


{ "keys": [""], "command": "run_existing_window_command", "args":

{

"id": "repl_python_run",

"file": "config/Python/Main.sublime-menu"

}}



*** Don't forget to add shortcut keys in the code


Sur cette page du site, vous pouvez voir la vidéo en ligne #7 How to use input function in Python || Solution of input function not working in Sublime durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur PIUPY CODING CLUB 17 septembre 2020, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 106 fois et il a aimé 6 téléspectateurs. Bon visionnage!