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