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 ?
- name = Jiya
- name = 'Jiya' ✓
- name = "Jiya" ✓
- name = (Jiya)