Learning python
- input() function always take string by default
- we need to convert it as our requirement
- to the values from the key in dictionary , we should use .get() function because it doesnot return error , it return "none"
- we cannot use dict and list in the set because they are mutable and set is immuatable
- super METHOD
- DUNDER FUNCTION
- staticmethod
- classmethod