From 1b303988341a0119e7561de6f8908213d919c092 Mon Sep 17 00:00:00 2001 From: BerezhkovDA Date: Fri, 24 Oct 2025 08:41:05 +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'TEMA4/test.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TEMA4/test.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/TEMA4/test.md b/TEMA4/test.md index 5a200fa..72f0aa7 100644 --- a/TEMA4/test.md +++ b/TEMA4/test.md @@ -16,8 +16,6 @@ >>> rnd=random.choice(sp1) >>> print(rnd) -37 ->>> print(math.sin(rnd)) -0.6435381333569995 >>> print(round(math.sin(rnd),3)) 0.644 >>> print('Синус элемента',rnd,'равен', round(math.sin(rnd),3))