Trying to print some strings as rows into a csv however, it gets printed as a column . Code is:
with open('test.csv','w') as b:
a = csv.writer(b)
a.writerows(strings)
b.close()
Output is
GGKKKTKICDKVSHEEDRISQ ISEILFHLSTKDSVRTSALST FDSHRDSWIRKLRLDLGYHHD HLDVHCFHDNKIPLSIYTCTT
I would need it as rows like:
GGKKKTKICDKVSHEEDRISQ
ISEILFHLSTKDSVRTSALST