Because in second one you don't create new empty list. you just add the same list 5 time. Because of that when you select the first one and append to it t will affect on all of them. Because all are the same.
try this for sure in second one:
print(B[0] is B[1])
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…