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
On this page of the site you can watch the video online #7 How to use input function in Python || Solution of input function not working in Sublime with a duration of hours minute second in good quality, which was uploaded by the user PIUPY CODING CLUB 17 September 2020, share the link with friends and acquaintances, this video has already been watched 106 times on youtube and it was liked by 6 viewers. Enjoy your viewing!