Python supports user input which means the program pauses to ask the user for input. When the user enters some data and hits enter, Python stores the data in a variable as a string. We do this with the input() function.
Here is an example:
The input() function can show a string to the user, for example, I am showing the prompt “Enter hostname: “. Otherwise, the user might not even notice he or she has to enter something.
Hello,
As far as I understand, the code shown in this example seems to be incorrect. There is no need for Print function here for the output we get when we execute the code. Please check. Thanks!
Hello Rahul
Hmm, I’m not sure what you mean. If the print function was not there, no output would appear after you put in the hostname. Results with the print function:
https://cdn-forum.networklessons.com/uploads/default/original/2X/0/045683ed9b9e023a836a643de9db2b6a7051b14b.png
Results without the print function:
https://cdn-forum.networklessons.com/uploads/default/original/2X/b/b26cdeca77686c0f18f354eedbed794446c3dcc4.png
Can you clarify the error that you are referring to?
Thanks!
Laz