

InterviewSolution
Saved Bookmarks
1. |
What is strings? |
Answer» A string is a character or a sequence of characters that is written in quotation marks.<br>It is pre defined word in python to create string statement.It is always in upper commas like"I want book"For exampleprint("I want book") its give\'I want book\' | |