输出如下图形,程序中横线部分应该填( )。
F
F F
F F F
F F F F
F F F F F
for i in range(1, 6):
for j in range(________):
print("F", end = ' ')
print()
6
i + 1
j
i