From 27d1831c27fe635672d817c86c1e8014a675bd98 Mon Sep 17 00:00:00 2001 From: nitish770 Date: Tue, 16 Mar 2021 12:49:38 +0530 Subject: [PATCH] broken table in python keywords fixed --- languages/python.md | 1 - 1 file changed, 1 deletion(-) diff --git a/languages/python.md b/languages/python.md index 1560840..0adf7f2 100644 --- a/languages/python.md +++ b/languages/python.md @@ -46,7 +46,6 @@ | Keyword | Description | Category | |---------- | ---------- | --------- | - | True | Boolean value for not False or 1 | Value Keyword| | False | Boolean Value for not True or 0 | Value Keyword | | None | No Value | Value keyword |