Hi guys, Firstly I would like to thank you all for the giving us the wonderful response for our previous posts! Thank you very much for that. It means a lot to us. :) :D In my earlier post, I had blogged about Basic Output in Python programming language. I hope you have now understood the concept of printing data onto the standard output device using the print( ) statement. In this post, we shall learn how the Python program receives input from the user or standard input device. Once again, as I had mentioned in the earlier post, please be careful regarding the version of python you are using. If you are using Python version 2.7, the input function to be used is: raw_input( ) Whereas, if you’re using Python 3.5, then the input function to be used i...
The best place to learn new technical concepts