mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-28 14:01:28 -04:00
fix(curriculum): Typo in Building a Password Generator - Step 62 (#54001)
This commit is contained in:
@@ -9,7 +9,7 @@ dashedName: step-62
|
||||
|
||||
`all()` is a built-in Python function that returns `True` if all the elements inside a given iterable evaluate to `True`. Otherwise, it returns `False`.
|
||||
|
||||
You can combine the `all()` function with the list comphehension syntax to make your code more concise.
|
||||
You can combine the `all()` function with the list comprehension syntax to make your code more concise.
|
||||
|
||||
Modify your `if` condition by passing the list comprehension you created in the previous step to the `all()` function.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user