My code is
import re

iine = “My name is Bahtta. I want to learn”
print(re.findall('[aeiou]+', line))

And is it is running ok

Sent from Mail for Windows

 

From: Ramesh Bhatta
Sent: Wednesday, May 24, 2023 6:41 AM
To: django-users@googlegroups.com
Subject: Please help me solving this error

 

Traceback (most recent call last):
  File "C:\users\rudra\desktop\python\client2.py", line 1, in <module>
    import urllib.request
  File "C:\Users\Rudra\AppData\Local\Programs\Python\Python311\Lib\urllib\request.py", line 84, in <module>
    import base64
  File "C:\Users\Rudra\AppData\Local\Programs\Python\Python311\Lib\base64.py", line 9, in <module>
    import re
  File "C:\users\rudra\desktop\python\re.py", line 23
    print(re.findall('[aeiou]+',line))
                                      ^

 

--

 

 

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAHrGOLFQmheaL1frkawv4obMJF5%3DPfmsPxH2nmRrPPwdoCAHeA%40mail.gmail.com.

 

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/8D557F9E-04E5-4E55-857D-A6E7B2008640%40hxcore.ol.

Reply via email to