Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

How to use len() on Visual Studio Code?

When i’m using len() on the terminal it works but when ı use
it on Visual Studio code it doesn’t appear.

cars = ['bmw', 'audi', 'toyota', 'subaru']
len(cars)

>Solution :

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

you will have to print it out for it to show

cars = ['bmw', 'audi', 'toyota', 'subaru']
print(len(cars))

output:

4
Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading