M
Q. Find the output of the below code.
import re print(re.search(‘aa?cb?’,’aacb aaccbd’).group())
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Which of the following is used to define a comment in Python?
Q. Which of the following is not a keyword in Python?
Q. What is the output of the following code?
Q. What is the output of the expression : 3*1**3
Q. Why are local variable names beginning with an underscore discouraged?
Q. What is the value of the following expression?
Q. What is the output of the following program
Q. What is the correct syntax for defining a function in Python?
Discusssion
Login to discuss.