19. Among the following which is a String Literal
1. 28>6
2. "Welcome To Python Programming"
3. 36+3i
4. value=None
Answers
Answered by
0
Answer:
2. "Welcome To Python Programming" ✔️
Explanation:
String literals are enclosed between single, double or triple quotes.
Hence, the correct answer is option 2, i.e., "Welcome To Python Programming".
#hope it helps you...
Similar questions