AKO-268 matrix = [[1,2,3], [4,5,6]] result = [] # add all row elements to result for i in range(len(matrix)): result.append(matrix[i][0] + " " + matrix[i][1] + " " + matrix[i][2]) # without row index result2 = [] # iterate through colums to get all elements for column in matrix: result2.append(column[0] + " " + column[1] + " " + column[2]) # combine result2 into one string combined = " ".join(result2) print("Result:", combined)
Release Date
Movie Length
74 minutesNormal
Studio / Producer
Popularity Ranking
206180 / 500905
Other Names
ako268, AKO268, AKO 268
Actress Body Type
Average Height, Curvy, Sexy
Uncensored
No
Language
Japanese
Subtitles
SubRip (SRT file)
Copyright Owner
DMM
Behind The Scenes (7 Photos)
Pricing & Formats
Subtitles & Translations
English Subtitles
Chinese Subtitles
Japanese Subtitles
French Subtitles