mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-23 08:02:58 -05:00
fix(curriculum): fix function name step 66 password generator project (#54101)
This commit is contained in:
@@ -15,7 +15,7 @@ You can call a function using keyword arguments, that is writing the parameter n
|
||||
def add(x, y):
|
||||
return x + y
|
||||
|
||||
spam(x=1, y=7) # 8
|
||||
add(x=1, y=7) # 8
|
||||
```
|
||||
|
||||
Modify your function call to use keyword arguments.
|
||||
|
||||
Reference in New Issue
Block a user