M
Q. What will be the value of ‘n’ and ‘n1’ after execution of following code:
n1=10 for n in range(10, 12): n1=n ** 2 n1=n1-10
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Q. In Python, find which one isn’t an exception handling keyword.
Q. What is the output of the following program?
Q. Which of the following statements is true regarding Python?
Q. Which of the following functions returns the smallest character in the string str?
Q. Which of the following cannot be a variable?
Q. What is a variable defined outside a function referred to as?
Q. Is python identifiers case sensitive?
Q. What will be the output of the following code: print(3 // 2)?
Q. What will the below Python code do?
Q. A loop becomes infinite loop if a condition never becomes ________.
Discusssion
Login to discuss.