From 3a06de9170a0dc9ec9dcbcb77cce8965520acae5 Mon Sep 17 00:00:00 2001 From: TimoshenkoAA Date: Mon, 22 Sep 2025 13:33:41 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'TEMA3/report3.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TEMA3/report3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TEMA3/report3.md b/TEMA3/report3.md index 3d87a61..b3e0b34 100644 --- a/TEMA3/report3.md +++ b/TEMA3/report3.md @@ -507,7 +507,7 @@ TypeError: can't mod complex numbers. '-0b1011110' ``` Двоичное И -`` +``` >>> bin(93&102) '0b1000100' ```