R
Q. Which of the following is correct output of this program?
1. x = [‘xy’, ‘yz’] 2. for i in a: 3. i.upper() 4. print(a)
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. Which of the following operators has its associativity from right to left?
Q. In Python, ___ defines a block of statements.
Q. Which of the given options has same output as given statement?
Q. What is a generator in Python?
Q. What is the method inside the class in python language?
Q. Study the following statements:
Q. Which of these functions can NOT be defined under the sys module?
Discusssion
Login to discuss.