Advertisement
horozov86

class_child_task_1

Jun 30th, 2023
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.09 KB | None | 0 0
  1. from project.person import Person
  2.  
  3. class Child(Person):
  4.     super().__init__(name, age)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement