16.4k views
3 votes
QUESTION 32

class
Medicine:
"""
This class represents the midicines at the hospital
"""
def
_init_
(self, name = "", kind = ""):
"""
Here we initialise the object
:param name: string
:param kind: stri

User Shintlor
by
8.5k points

1 Answer

1 vote
not enough information provided.
User Tetraneutron
by
8.0k points