Q&A Discussões
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 Voto
8 RespostasQuente hoje
Is this realistic enough?
2 Votes
Need friends
0 Votes
Cybersecurity techies
3 Votes
Web Development
0 Votes
Please complete this code.
0 Votes
What's wrong with code?
0 Votes