An open API service indexing awesome lists of open source software.

https://github.com/gakurualex/vanity_plates

A python program solving CS50's Intro to Programming with Python, Loops Problem set on vanity plates
https://github.com/gakurualex/vanity_plates

listcomprehensions loops pytest

Last synced: 3 months ago
JSON representation

A python program solving CS50's Intro to Programming with Python, Loops Problem set on vanity plates

Awesome Lists containing this project

README

        

# Vanity Plates #

In Massachusetts, home to Harvard University, it’s possible to request a vanity license plate for your car, with your choice of letters and numbers instead of random ones.

Requirements are:

1)“All vanity plates must start with at least two letters.”

2)“… vanity plates may contain a maximum of 6 characters (letters or numbers) and a minimum of 2 characters.”

3)“Numbers cannot be used in the middle of a plate; they must come at the end. For example, AAA222 would be an acceptable … vanity plate; AAA22A would not be acceptable. The first number used cannot be a ‘0’.”

4)“No periods, spaces, or punctuation marks are allowed.”