Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd19d0e9

Browse files
authored
Merge pull requestzedr#5 from AirbusDriver/patch-1
Update `split_into_first_and_last_name` which was returning None instead of List[str]
2 parents4112718 +be6b75d commitd19d0e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ print(name) # ['Ryan', 'McDermott']
571571

572572
**Good:**
573573
```python
574-
defsplit_into_first_and_last_name(name:str) ->None:
574+
defsplit_into_first_and_last_name(name:str) ->list:
575575
return name.split()
576576

577577
name='Ryan McDermott'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp