Why can't I use len function? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Why can't I use len function?

x='thanks' Len(x) when I run this it's showing no output.

30th Oct 2018, 12:47 AM
Swarup Sen
Swarup Sen - avatar
3 ответов
+ 1
Got it.Thanks. I gotta use print to see the result.
30th Oct 2018, 12:51 AM
Swarup Sen
Swarup Sen - avatar
0
Maybe you have to use len (and not Len) and, above all, print function for print result
30th Oct 2018, 12:49 AM
KrOW
KrOW - avatar
0
👍👍👍
30th Oct 2018, 12:51 AM
KrOW
KrOW - avatar