Types: L: int, H: int, TRY: str, HIT: int, BLOW: int  
Ranges: 4 ≤ L ≤ 10, 1 ≤ H ≤ 100, TRY: string of length L with unique digits from {'0', '1', '2', '3', '4', '5', '6', '7', '8', '9'}, 0 ≤ HIT, BLOW ≤ L  
Addtl Info: None  