Home / Programming MCQs / Python MCQs / Question
M
Q. Write the output of the following code
j=12 c=9 while(j): if(j>5): c=c+j-2 j=j-1 else: break print(j, c)
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
What will the be the result of below Python code?
What is the output of the below code?
What is the length of sys.argv?
What will be the output of the following Python code?
What is the output of the following code?
Write the output of the following code
What is the output of the following program :
Which one of the following is immutable data type?
Discusssion
Login to discuss.