Hey All, I have been playing around with REs and could not get the following code to run.
import re vowel = r'[aeiou]' re.findall(vowel, r"vowel") anything wrong I have done? Regards, Atul. -- http://mail.python.org/mailman/listinfo/python-list
Hey All, I have been playing around with REs and could not get the following code to run.
import re vowel = r'[aeiou]' re.findall(vowel, r"vowel") anything wrong I have done? Regards, Atul. -- http://mail.python.org/mailman/listinfo/python-list