2) the secondary constructor - you don't need it. ...
# getting-started
v
2) the secondary constructor - you don't need it. Use a default value in the primary constructor
class Guesser(val range: IntRange = 1..100)