-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Code Author: @Sota222
Knock Number: 06
他の書き方で省略できるならば、いいけど、どうしても長くなる文を書くときは、いい感じのところで改行することが多いです。
sentences = list(map(lambda x: [x[i:i+2] for i in range(len(x)-2+1)],
sentences))Lines 12 to 13 in aaf0f01
| # これでもいけるがpep8さんに長過ぎと怒られる | |
| # sentences = list(map(lambda x: [x[i: i + 2] for i in range(len(x) - 2 + 1)], sentences)) |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels