Write a regular expression that will accept an email id. Use the re module.
No Answer is Posted For this Question
Be the First to Post Answer
Tell me about a few string operations in python?
Name few python shells?
What is lambda? Why do lambda forms not have statements?
Is python an oops?
Are there pointers in python?
Mention at least 3-4 benefits of using python over the other scripting languages such as javascript.
Is python dictionary a hash table?
How we can send email from python?
How much bytes do integer and decimal data types hold in python?
Do you know what the difference between lists and tuples is? Can you give
What do you mean by *args and **kwargs?
Can you remove the whitespaces from the string “aaa bbb ccc ddd eee”?