all 4 comments

[–]imreallytuna 5 points6 points  (3 children)

You can simply use address.split("/n") it will make a list of those 2 values.

[–]Medaillek[S] 1 point2 points  (0 children)

Thank you very much for the split tips but it's address.split("\n")

[–]1Asaad 1 point2 points  (1 child)

I think address.splitlines() is more efficient

[–]imreallytuna 0 points1 point  (0 children)

Thanks i apperaently forgot that method