vice.multizone.verbose ====================== Type : ``bool`` Default : ``False`` If True, the simulation will print to the console as it evolves. Example Code ------------ >>> import vice >>> mz = vice.multizone(name = "example") >>> mz.verbose = True