how is the input ( ) function different from the raw_input ( ) function
Answers
Answered by
1
Answer:
raw_input() function
Python raw_input function is used to get the values from the user. ... It is a built-in function. The input function is used only in Python 2. x version.
Explanation:
hope it helps you ✌️✌️✌️
Answered by
1
Answer:
Python raw_input function is used to get the values from the user. We call this function to tell the program to stop and wait for the user to input the values. It is a built-in function. The input function is used only in Python 2.
Similar questions