M
Q. Write the output of the following:
St="Amit" for i in St: St.swapcase() print(St)
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. Find the output of the below code.
Q. What will be the output of the following code?
Q. Which of the following statements is true?
Q. What will be the output of the following Python code?
Q. What will be the output of the following Python function?
Q. Output of the following python program will be?
Q. What is the output of the following? x = ['ab', 'cd'] print(len(list(map(list, x))))
Discusssion
Login to discuss.