From e6b4de233a5044558a58f2735aa5cab9311c5e8b Mon Sep 17 00:00:00 2001 From: Muh Fachrul Razy Date: Thu, 1 Nov 2018 23:15:18 +0800 Subject: [PATCH] Add Comparison Operators (#33117) Add comparison boolean operators 'and', 'or', and 'not' --- guide/english/python/bool-function/index.md | 31 ++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/guide/english/python/bool-function/index.md b/guide/english/python/bool-function/index.md index 765973fde9..6bf8694677 100644 --- a/guide/english/python/bool-function/index.md +++ b/guide/english/python/bool-function/index.md @@ -11,6 +11,35 @@ It takes one argument, `x`. `x` is converted using the standard Run Code -Official Docs \ No newline at end of file +Official Docs