I need help converting a list into a string
ex/
i want to compare this, "110"(strin g) to this [110](list)
to see if they are identical. So, how would you do this? convert the string into a list? the list into a string? then compare the two?
thanks in advance
					ex/
i want to compare this, "110"(strin g) to this [110](list)
to see if they are identical. So, how would you do this? convert the string into a list? the list into a string? then compare the two?
thanks in advance
Comment