Tests are bad - said Correct for wrong fun safeUserInput(wordLength: Int, alphabet: String) {
println("Please input your guess. It should be of length $wordLength, and each symbol should be from the alphabet: $alphabet.")
val input = safeReadLine() - (function is not done yet)
Tests are bad - said Correct for wrong fun safeUserInput(wordLength: Int, alphabet: String) { println("Please input your guess. It should be of length $wordLength, and each symbol should be from the alphabet: $alphabet.") val input = safeReadLine() - (function is not done yet)