Computer Science, asked by biswarup1801, 3 months ago

how is the input ( ) function different from the raw_input ( ) function​

Answers

Answered by bandanajha43989
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 Rwikjitnandi0078W
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