From 3881ab7e96d216d692436fabfa66d6170c36fdd9 Mon Sep 17 00:00:00 2001 From: chronoblade Date: Thu, 25 Sep 2025 12:11:48 +0200 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20test=5Ftime=5Ffunc.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test_time_func.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_time_func.py b/test_time_func.py index 5f4f6c5..0616ccd 100644 --- a/test_time_func.py +++ b/test_time_func.py @@ -4,7 +4,7 @@ from sys import exit as ex REPET = [ 20_000, 40_000, 60_000, 80_000 ] REPET_INDEX = int(0) # началый индекс -while True: +while True: # Включаю цикл для повторения списков, в конце к индексу прибавляется 1 print("Значение repet:", REPET[REPET_INDEX]) # легкое обозначение того на какой рипит сейчас идет цикл # Тест append start = time()