CS计算机代考程序代写 ####################################################

####################################################
# Monte Hall Simulation Events interface

struct Choice1 <: Event end struct Reveal <: Event end struct Choice2 <: Event end eventslist(sim::MonteHall) = (Choice1, Reveal, Choice2)