Merge pull request #193 from tosi29/remove-duplicate

Remove duplicate description from Python Basic Datatypes
This commit is contained in:
Julien Le Coupanec
2021-04-21 10:07:11 +02:00
committed by GitHub

View File

@@ -34,7 +34,6 @@
| char | Characters [a, b, @, !, `] |
| str | Strings [abc, AbC, A@B, sd!, `asa] |
| bool | Boolean Values [True, False] |
| char | Characters [a, b, @, !, `] |
| complex | Complex numbers [2+3j, 4-1j] |
<br>