.'a', 'b', 'c' are all strings of length ----------
in python
Answers
Answered by
0
Answer:
'a', 'b', 'c' are all strings of length 1 in python.
Explanation:
One string character has length 1 in python and it increases as they increase like, "ab" will have a length of 2.
If you want to check it yourself use len("a") and the output will bw 1.
Answered by
0
Answer:
today is my birthday u r invited please come
Similar questions