[Solved] Event Details write using Python
![[Solved] Event Details write using Python [Solved] Event Details write using Python](https://realcoder.techss24.com/wp-content/uploads/2022/06/Solved-Event-Details-write-using-Python.png)
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…