Copy
class
Person
:
def
__init__
(
self
,
first
,
last
):
self
.first
=
first
self
.last
=
last
R
Rodrigo ππ
@mathsppblog