180k views
11 votes
What is output by: print(len(stuff))

1 Answer

6 votes

Answer:

5

Step-by-step explanation:

The code print out the length of the string "stuff" which equals 5.