Saved Bookmarks
| 1. |
What is a literal? Explain the types of literals? |
|
Answer» Literal is a raw data given in a variable or constant. In Python, there are various types of literals. 1. Numeric 2. String 3. Boolean |
|