From f7db247918f8bebae7a3983faa1aaa6a821726d7 Mon Sep 17 00:00:00 2001 From: Adam Jurkiewicz Pythonista Local Date: Fri, 19 Dec 2025 10:58:29 +0100 Subject: [PATCH] k --- dzien_05/klasy_03_tl copy.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dzien_05/klasy_03_tl copy.py b/dzien_05/klasy_03_tl copy.py index b17c4a8..2a9b178 100644 --- a/dzien_05/klasy_03_tl copy.py +++ b/dzien_05/klasy_03_tl copy.py @@ -26,6 +26,8 @@ class Computer: text = "- to jest szybki komputer" return f"Info: {self.informacja} / {text}" + + for _ in range(50): c_typ = choice(typy) c_info = f"informacja o -> {c_typ}"