Skip to content Skip to sidebar Skip to footer
Showing posts with the label Char

Python: Concatenate Integer Items In A List To A Single String

Is there a better way of the following for concatenating items in a list that are 'integers'… Read more Python: Concatenate Integer Items In A List To A Single String

Python Compare Two Strings And Check How Many Chars They Have In Common

I'm just wondering how I can check how many chars two string have in common. For example if I h… Read more Python Compare Two Strings And Check How Many Chars They Have In Common