Обсуждения
Hello guys right now I am kinda of new in python
my question is related to the function call len()
len() its print out the character but here it's the confusing part, I am working with a list let me explain an example
players
['lee', 'bob', 'moe', 'joe']
len(players)
4
why it's giving me 4 item in the list I thought len it counts the characters and if I do this it give me the correct somewhat answer what I am seeking,
len(players [-1])
3
0 голосов
8 ответовАктуальное сегодня
How its output is 2 but not 3
0 Votes
Hi
0 Votes
Help
0 Votes
Checking personal activity
0 Votes
Use of global function in c
0 Votes
Python
0 Votes
Full form of HTML
0 Votes
Which one is better?? And why??
1 Votes
Tryna learn dunno where to start
0 Votes