Inactive Tutor answered 04/30/19
Tutor
New to Wyzant
You can use the len() function
items = ['apple', 'orange', 'banana']
length = len(items)
print(length) # 3
Inactive Tutor answered 04/30/19
You can use the len() function
Get a free answer to a quick problem.
Most questions answered within 4 hours.
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.