your solution looks fine but is a bit slower but still it gets the work done! so yeah the codes effective but not efficient.
len(x(i)) ^ |
accessing an element in a list/string/tuple is done with [] not (). the latter is used for function calls
[]
()
This comment is hidden because it contains spoiler information about the solution
Hi guys, I'm new, can you explain if my code is effective?
Loading collection data...
your solution looks fine but is a bit slower but still it gets the work done! so yeah the codes effective but not efficient.
accessing an element in a list/string/tuple is done with
[]
not()
. the latter is used for function callsThis comment is hidden because it contains spoiler information about the solution
Hi guys, I'm new, can you explain if my code is effective?