Here is a typo I have found in the description of the course before entering the page (inside the “Scientific Computing with Python Certification”, at the course option “Learn Python List Comprehension by Building a Case Converter Program”):
“List Comprehension is a way to construct a new Python list from an iterable types: lists, tuples, and strings. All without using a for loop or the
.append()list method.”
- TYPO:
from an iterable typesinstead offrom an iterable type.