From 0de70100549231d87c41bc7efd8e8bb758dbf20f Mon Sep 17 00:00:00 2001 From: Adam Jurkiewicz Pythonista Local Date: Fri, 19 Dec 2025 10:12:04 +0100 Subject: [PATCH] a --- dzien_05/klasy_03_tl.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dzien_05/klasy_03_tl.py b/dzien_05/klasy_03_tl.py index 3a00838..0b4879b 100644 --- a/dzien_05/klasy_03_tl.py +++ b/dzien_05/klasy_03_tl.py @@ -49,4 +49,5 @@ print('-------------------') # of <__main__.Computer object # at 0x7d072baa3860>> -print(komputer1.informacje()) \ No newline at end of file +print(komputer1.informacje()) +print(komputer2.informacje()) \ No newline at end of file