From 847291f4734d16870ce25d4f6782416377ce5fdc Mon Sep 17 00:00:00 2001 From: TimoshenkoAA Date: Sun, 28 Sep 2025 11:26:37 +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 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/TEMA3/report3.md b/TEMA3/report3.md index a3cd647..a1d7820 100644 --- a/TEMA3/report3.md +++ b/TEMA3/report3.md @@ -499,11 +499,6 @@ TypeError: can't mod complex numbers. >>> bin(93|102) '0b1111111' ``` -Двоичное XOR -``` ->>> bin(93^102) -'0b111011' #Число стало короче, т.к. автоматически убрался незначащий ноль слева -``` Побитовый сдвиг ``` >>> 93 >> 3