Use python to compose four poems into two poems.

A=[' poem name 1:xxx',' poem name 2:xxx']

B=[' Author 1:xxx ',' Author 2:xxx']

C=[' poem 1:xxx',' poem 2:xxx']

D=[' poetic style 1:xxx',' poetic style 2:xxx']

For I(len(a)) in the range:

For j in (a, b, c, d):

Print (j[i])

Print ()

Code:

Running results: