CBSE Class 11 Computer Science Question 18 of 106

Python Fundamentals — Question 4

Back to all questions
4
Question

Question 4

Which of the following is/are correct ways of creating strings ?

  1. name = Jiya
  2. name = 'Jiya' ✓
  3. name = "Jiya" ✓
  4. name = (Jiya)
Answer