Computer Science, asked by Ammy4842, 1 month ago

In a string ( I love my country) find the length of string using len ()

Answers

Answered by sirishalakkimsetti17
0

Answer:17

Explanation:

string="I love my country"

print(len(string))

OUTPUT: 17

Similar questions