Computer Science, asked by srivarshinikanagaraj, 4 months ago

find the size of the string a) "computer science" b) """ school days """​

Answers

Answered by jai696
1

\huge\red{\mid{\fbox{\tt{Using\: Python\: 3}}\mid}}

print(len("computer science"))

print(len(""" school days """))

\large\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Similar questions