D
Q. Which is the correct operator for power(x to y)?
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. A while loop in Python is used for what type of iteration?
Q. What will be the output of following python code?
Q. What will be the output of the following code snippet?
Q. Which of these in not a core data type?
Q. What is the output of the following program? tday=datetime.date.today() print(tday.month())
Q. Python is a ___object-oriented programming language.
Q. Which of the following is NOT a valid Python tag?
Q. Which of these is not a core data type?
Q. Write the output of the following:
Q. What is the output of the following program : i = 0 while i < 3: print i print i+1
Discusssion
Login to discuss.