About 185,000 results
Open links in new tab
  1. A Guide to the Python len function - len(x) examples

    Aug 7, 2017 · len () is a built-in function in Python 3. This method returns the length (the number of items) of an object. It takes one argument x . Arguments It takes one argument, x . This …

  2. Question about len() in problem - Python - The freeCodeCamp …

    Jan 3, 2023 · I am working on a Python problem for an online course. I need to extract floats from a .txt file and find the average of them; however, when I print the length from the floats it gives …

  3. Learn String Manipulation by Building a Cipher - Step 49 - Python

    May 16, 2024 · Tell us what’s happening: Can’t resolve this task, i can’t see nothing wrong with it? Please advise ? Step 49 A function declaration starts with the def keyword followed by the …

  4. Space Week Day 3: Phone Home - Python - The freeCodeCamp …

    Oct 6, 2025 · today’s challenge on Space Week Day 3: Phone Home. Below is my solution using Python. But I did not get any of the tests. Could there be a bug? def send_message (route): …

  5. Learn String Manipulation by Building a Cipher - Step 68 - Python

    Nov 27, 2024 · Learn String Manipulation by Building a Cipher - Step 68 Python joythecoder November 27, 2024, 8:53am 1

  6. Learn String Manipulation by Building a Cipher - Step 7 - Python

    Apr 5, 2025 · Tell us what’s happening: You can access the number of characters in a string with the built-in len () function. Modify your existing print () call by passing len (text) instead of text [-1].

  7. Learn String Manipulation by Building a Cipher - Step 66 - Python

    May 17, 2024 · Learn String Manipulation by Building a Cipher - Step 66 Python ZeroC00l May 17, 2024, 11:45pm 1

  8. Learn String Manipulation by Building a Cipher - Step 7 - Python

    Feb 28, 2024 · Learn String Manipulation by Building a Cipher - Step 7 Python joana.salvado11 February 28, 2024, 3:09pm 1

  9. Python Pandas: How do I get the length of arrays that are values …

    Jul 25, 2016 · Hi all, I found a problem where the values of a column are arrays of different length. What is the best, efficient way to get the values of the length of each array in that column? …

  10. Learn Regular Expressions by Building a Password Generator

    Apr 24, 2024 · This step has been updated. I suggest you to clear the browser cache. The updated instructions are: Instead of using a loop and a counter variable, you can achieve the …