From 283257b750574b0a319c5d4aac5cea3bc99993f1 Mon Sep 17 00:00:00 2001 From: tosi29 Date: Wed, 21 Apr 2021 16:41:13 +0900 Subject: [PATCH] Remove duplicate from Basic Datatypes --- languages/python.md | 1 - 1 file changed, 1 deletion(-) diff --git a/languages/python.md b/languages/python.md index d854ed4..d85910b 100644 --- a/languages/python.md +++ b/languages/python.md @@ -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] |