1
1
mirror of https://github.com/namibia/awesome-cheatsheets.git synced 2024-11-21 20:35:12 +00:00

Remove duplicate from Basic Datatypes

This commit is contained in:
tosi29 2021-04-21 16:41:13 +09:00
parent b6dc8fb718
commit 283257b750

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>