This commit is contained in:
2025-12-19 10:58:29 +01:00
parent cb26ca9a48
commit f7db247918

View File

@@ -26,6 +26,8 @@ class Computer:
text = "- to jest szybki komputer" text = "- to jest szybki komputer"
return f"Info: {self.informacja} / {text}" return f"Info: {self.informacja} / {text}"
for _ in range(50): for _ in range(50):
c_typ = choice(typy) c_typ = choice(typy)
c_info = f"informacja o -> {c_typ}" c_info = f"informacja o -> {c_typ}"