I was using the playground editor with below code snippet. ````ruby puts "welcome" puts "Hi" + 9 puts "hello" ```` The above code produces the below error. ```` welcome TypeError: no implicit conversion of Number into String ```` Could you help me to get the line number line while display the above error?