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
Be the first to start discuss.
Q. What will be the output of the following Python code?
Q. Amongst which of the following is / are the conditional statement in Python code?
Q. Which of the following sequences would be generated bt the given line of code?
Q. Which of the following statement will return error?
Q. Select all options that print.
Q. Which statement is correct?
Discusssion
Login to discuss.