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}"