Skip to content

Commit

Permalink
space
Browse files Browse the repository at this point in the history
  • Loading branch information
colevandersWands committed Nov 22, 2024
1 parent 6e603a5 commit 306f20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2__python_self_study_1/just_enough_python.md
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ print(eight) # 8

# --- test the function with assertions ---

assert add(3, 4) == 7, '3 + 4 = 7'
assert add(3, 4) == 7, '3 + 4 = 7'
assert add(2, 6) == 7, '2 + 6 = 8'

zero = add(-1, 1)
Expand Down

0 comments on commit 306f20d

Please sign in to comment.