Difference in between raw input and input method
I see even for input we are required to do type casting.
What is the main difference here between them
Difference in between raw input and input method
I see even for input we are required to do type casting.
What is the main difference here between them
The functionality of both raw_input() and input() is same.
raw_input() was used in Python 2.x and was replaced with just input() in Python 3.x
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.