Hello everyone,
I am writting a code where result is not coming correct because I am not able to join 2 lines to make a single line.
Please help me
e.g my input file is:
AATTCCGGTTT
CCTTAACCCCC
I want my code to first join them together as
AATTCCGGTTTCCTTAACCCCC
and then do what my rest code is doing
so please tell me what python code can do this...!!
It will be a great help please suggest..
Thanks in advance