Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 370 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 370 Bytes

States Assignment

Original requirement statement from my son's sophomore python class:

Make a program that will ask the user “what is a state that 
starts with x”, with x being a random letter. The program 
will then identify if the answer is a state and if the 
first letter and the answer match.

Running

sbt run

Testing

sbt test