In a string ( I love my country) find the length of string using len ()
Answers
Answered by
0
Answer:17
Explanation:
string="I love my country"
print(len(string))
OUTPUT: 17
Similar questions