Light Mode
Dark Mode
Đ¢here was an unexpected problem!
count = 0
for s in range(len(list_text)):
    count += 1
    x = re.search(r'(^([BCDFGHJKLMNPQRSTVWXZ][AEIOUY][BCDFGHJKLMNPQRSTVWXZ]?)+$|
    ^([AEIOUY][BCDFGHJKLMNPQRSTVWXZ][AEIOUY]?)+$)', list_text[s])is not None

    if x == False:
        return 0

    elif x == True:
        return count

counter is not running. very confused on this nonsense.(

Created: July 11, 2015, 6:46 p.m.
Updated: July 13, 2015, 5:04 a.m.
0
8
User avatar
lighthead404