Write a statement that assigns cell_count with cell_count multiplied by 10. * performs multiplication. Sample output for the given program: 100 cell_count = 10 cell_count = 10 * 10 print(cell_count)