From fa93878e2b3346b56374880e45f4a4c8a22b0397 Mon Sep 17 00:00:00 2001 From: Sayali <40224101+sayaliKutwal@users.noreply.github.com> Date: Wed, 31 Oct 2018 08:11:47 +0530 Subject: [PATCH] change answer to 00000000 (#23880) In bitwise right shift operation the answer should in 8 bit format i.e 00000000 as both the the operands are in 8 bit format --- guide/english/python/basic-operators/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/python/basic-operators/index.md b/guide/english/python/basic-operators/index.md index d7d06ab36b..361c02c8ef 100644 --- a/guide/english/python/basic-operators/index.md +++ b/guide/english/python/basic-operators/index.md @@ -148,7 +148,7 @@ Consider a = 2 (in binary notation, 10) and b = 3 (in binary notation, 11) for t