Python Code Challenge

134 - Create a class "Bank Account" with properties for account holder name, account number, and balance. Create methods for depositing and withdrawing money, and a method to check the balance.