From d92ba9f0ed8dcaaac4cbb0502893ee4683a587c5 Mon Sep 17 00:00:00 2001 From: Stanislav Mykhailenko Date: Thu, 27 Oct 2022 18:27:36 +0300 Subject: [PATCH] Remove extra newline --- Lesson_2/task2.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lesson_2/task2.py b/Lesson_2/task2.py index 09a3b1f..0ae9f1a 100644 --- a/Lesson_2/task2.py +++ b/Lesson_2/task2.py @@ -6,4 +6,3 @@ # 0 - OK print(list(dict.fromkeys(input("Enter a comma-separated list: ").split(',')))) -