0
276views
Explain the raw input() function with an example.
1 Answer
0
2views

Solution:

The function raw input() presents a prompt to the user gets input from the user, and returns the data input by the user in a string.

We call this function to tell the program to stop and wait for the user to input the values.

This differs from input() …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.