Skip to content

Commit

Permalink
Update concepts/complex-numbers/about.md
Browse files Browse the repository at this point in the history
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
  • Loading branch information
colinleach and BethanyG authored Nov 29, 2023
1 parent 4dfc09d commit a2aa792
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion concepts/complex-numbers/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ To access the parts of a complex number individually:
```

Either part can be zero and mathematicians may then talk of the number being "wholly real" or "wholly imaginary".
However, it is still a complex number in Python.
However, it is still a complex number in Python:


```python
>>> complex(0, 1)
Expand Down

0 comments on commit a2aa792

Please sign in to comment.