• + 1 comment

    Python, Meet Ruby

    n = gets.strip.to_i for i in 1..n do puts "#{' ' * (n-i)}#{'#' * i}" end