S
Q. Which module in Python supports regular expressions?
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Q. Which of the following data types is immutable in Python?
Q. What is the output of the following program : i = 0 while i < 3: print i i += 1 else: print 0
Q. Which command is used to add an element in the list
Q. What will the following Python code output: print(type(3.14))?
Q. Repetition of a set of statements in a program is made possible using _____________
Q. What is the output of the following program : print '{0:-2%}'.format(1.0 / 3)
Q. Write the output of the following:
Q. Why are local variable names beginning with an underscore discouraged?
Discusssion
Login to discuss.