From f6a224a94a66cfb87bd9731f2d8a88ca17cde196 Mon Sep 17 00:00:00 2001 From: SerKin0 <71343548+SerKin0@users.noreply.github.com> Date: Sat, 14 Feb 2026 11:26:52 +0300 Subject: [PATCH 1/2] --- skorohodovsa/427 | 1 + 1 file changed, 1 insertion(+) create mode 100644 skorohodovsa/427 diff --git a/skorohodovsa/427 b/skorohodovsa/427 new file mode 100644 index 0000000..acf052b --- /dev/null +++ b/skorohodovsa/427 @@ -0,0 +1 @@ +427 -- 2.43.0 From 0ff7405de9ddd66c3c640bf321e535c833f578f7 Mon Sep 17 00:00:00 2001 From: SerKin0 <71343548+SerKin0@users.noreply.github.com> Date: Sat, 14 Feb 2026 11:35:41 +0300 Subject: [PATCH 2/2] =?UTF-8?q?[0]=20=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20main.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skorohodovsa/main.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 skorohodovsa/main.py diff --git a/skorohodovsa/main.py b/skorohodovsa/main.py new file mode 100644 index 0000000..ba8db40 --- /dev/null +++ b/skorohodovsa/main.py @@ -0,0 +1,4 @@ +from math import sin + +for i in range(10000): + print(" " * round(50 * (1 + sin(i/100))), "Hello World!") -- 2.43.0