Jul-13-2020, 04:50 PM
Can't figure it out how to get two digit consistent from string. I made this but it is returning 2 by 2 digit which is not what I wanted
[int(s[i:i+2]) for i in range(0, len(s), 2) ]