Python Labs : 3rd Day
1. User defined Exception
2. Machine Learning Beginning
3. File Demo
4. Database Connection with Sqlite in Python
5. Pickle
demo
Lab 1
|
User defined Exception
|
bb = 60 class C(Exception) : pass |