Advertisement
horozov86

class_person_task_1

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