41.4k views
5 votes
What is the Difference between raw_input and input?

User Zut
by
8.3k points

1 Answer

3 votes
The difference between raw_input and input is

when you're using raw input, it returns a string and input and tries to run the input as phyton expression

hope this helps
User Chindraba
by
8.2k points