Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 267 Bytes

File metadata and controls

10 lines (7 loc) · 267 Bytes

python-blackjack

Non-Object-Oriented Blackjack

Author: Max Walker

This is an attempt to learn Python by implementing Blackjack using a functional / non-OO implementation only.

This is my first Python program, please excuse any Python coding convention faux pas!