One letter game problem?
- by Alex K
Recently at a job interview I was given the following problem:
Write a script capable of running on the command line as python
It should take in two words on the command line (or optionally if you'd prefer it can query the user to supply the two words via the console).
Given those two words:
a. Ensure they are of equal length
b. Ensure they are…