Python Write Python code in cellsim.py, which simulates the growth and death of a population of cells. Your code should be importable into another Python script. However, your code, cellsim.py, can import only the modules that are listed above. Write three classes: Tissue, Cell, and Cancer
Python Write Python code in cellsim.py, which simulates the growth and death of a population of cells. Your code should be importable into another…