Words with length s | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Words with length s

20th Nov 2022, 10:32 AM
Devaraj Natarajan
Devaraj Natarajan - avatar
2 Answers
+ 2
Hi, this is the Q&A section, here you can ask programming related questions. What is your question? Please give a complete problem description.
20th Nov 2022, 10:37 AM
Lisa
Lisa - avatar
0
If you want to find length of any data type, you can use print(len()). Let me give you an example, a = [2,4,7,9] print(len(a)) Output will be:- 4
27th Nov 2022, 12:00 PM
Anonymous
Anonymous - avatar