为实现以下图形输出,应在Python代码横线处填入( )【注:此处 1≤lineCount≤9】。
" "*(lineCount-i-1)*2
" "*(lineCount-i)*2
" "*(lineCount)*2
" "*(lineCount-1)*2