From 2b8bb8ce10b303b240918401f57bf635a494195c Mon Sep 17 00:00:00 2001 From: sovushka Date: Mon, 2 Dec 2024 14:31:37 +0000 Subject: [PATCH] Update 5.py --- 5.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5.py b/5.py index 349ed2e..5b46d7a 100644 --- a/5.py +++ b/5.py @@ -1,6 +1,6 @@ from random import randint -a = [randint(0, 100) for i in range(10)] +a = [randint(0, 100) for _ in range(10)] print(a)