Remove duplicate from Basic Datatypes

This commit is contained in:
tosi29 2021-04-21 16:41:13 +09:00
parent b6dc8fb718
commit 283257b750
1 changed files with 0 additions and 1 deletions

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>