Basic example of banker problem to understand basic class and object.Attributes required for creating a bank account form: Name, DOB, Aadhaar card no., PAN Card no.Class BankForm with 'self' usage to create a form object for SBI bank.Explanation of terms like Instance, __init__, and object in the context of creating a bank account form.