This commit is contained in:
BarsTigerMeowcat
2020-03-13 14:18:31 +02:00
parent 6b87a1bf1f
commit 8861effc95

View File

@@ -27,4 +27,4 @@ print(crit2)
print("Непосредственный доступ к атрибуту crit2.name: ") print("Непосредственный доступ к атрибуту crit2.name: ")
print(crit2.name) print(crit2.name)
input("\n\nНажмите Ent, чтобы выйти") input("\n\nНажмите Ent, чтобы выйти")