Event Details write

[Solved] Event Details write using Python

[Solved] Event Details write using Python

Event Details write: Create Event class with following attribute. Attr DataType name str hall_name str contact str cost int leader str Use __init__() method for initializing the above class attributes. Create following methods inside Event class. Method Description display() This method is used to…