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

Опубликовано: 17 Сентябрь 2020
на канале: 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


На этой странице сайта вы можете посмотреть видео онлайн #7 How to use input function in Python || Solution of input function not working in Sublime длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь PIUPY CODING CLUB 17 Сентябрь 2020, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 106 раз и оно понравилось 6 зрителям. Приятного просмотра!