Blackjack in Python (https://en.wikipedia.org/wiki/Blackjack)
The game is written in Python using Jupyter Notebook to train on Python programming skills.
The game makes use of basic python statements, data structures, functions, OOP on class attributes and errors/exception .