M
Q. Write the output of the following:
k = 5 sk = 0; while k <= 12: sk = sk + k k = k + 4 print(sk, k)
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. Select the reserved Keywords
Q. Write the output of the following :
Q. What will be the output of following python code?
Q. Given a string example=”hello” what is the output of example.count(‘l’)?
Q. What will be the output of the following Python code?
Q. Write the output of the following code
Q. What is the output of the following program?
Q. Amongst which of the following is / are the logical operators in Python?
Discusssion
Login to discuss.