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

Appearance settings

Commit e2fa059

Browse filesBrowse files
committed
be more clear (or is it clearlier or clearer? i have no idea)
1 parent b90e4de commit e2fa059
Copy full SHA for e2fa059

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎basics/answers.md‎

Copy file name to clipboardExpand all lines: basics/answers.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ isn't exactly like mine but it works just fine it's ok, and you can
269269
numbers.append(int(string))
270270
```
271271
272-
The third part calculates `result + n` but throws away the result.
272+
The third part calculates `result + n` but throws away the value.
273273
It was probably supposed to do `result += n` instead.
274274
275275
## Trey Hunner: zip and enumerate

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.