A brute force solution to the question "how many total combinations of the android pattern lock are there between lengths 4 to 9?"
$ python -m unittest test_android_lock
A brute force solution to the question "how many total combinations of the android pattern lock are there between lengths 4 to 9?"
Python