From 6b87a1bf1fd74d74e296fc72fbad47c1ee23db44 Mon Sep 17 00:00:00 2001 From: BarsTigerMeowcat Date: Thu, 12 Mar 2020 19:16:13 +0200 Subject: [PATCH] 1 --- Zverushka/ZverushkaWithAtribut.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Zverushka/ZverushkaWithAtribut.py b/Zverushka/ZverushkaWithAtribut.py index f2e1800..f48c13e 100644 --- a/Zverushka/ZverushkaWithAtribut.py +++ b/Zverushka/ZverushkaWithAtribut.py @@ -20,6 +20,11 @@ print("Вывод объекта crit1 на экран: ") print(crit1) print("Непосредственный доступ к атрибуту crit1.name: ") print(crit1.name) +print("\n") +print("Вывод объекта crit2 на экран: ") +print(crit2) +print("Непосредственный доступ к атрибуту crit2.name: ") +print(crit2.name) input("\n\nНажмите Ent, чтобы выйти") \ No newline at end of file