# work0101.rb # ¶ε¶εΙ½¤ΞΙ½Ό¨ for i in 1..9 for j in 1..9 k = i * j if k < 10 print " ",k else print " ",k end end print "\n" end