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