Skip to content

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

Notifications You must be signed in to change notification settings

GakuruAlex/vanity_plates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.”

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages