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. What will be the output of the following code?
Q. What is the output of the following program : print '{0:.2}'.format(1.0 / 3)
Q. Write the output of the following:
Q. What are the two main types of functions in Python?
Q. What is the output of the following code?
Q. ______ statements can be written in if block.
Q. What will be the value of the following Python expression? 4 + 3 % 5
Q. What is the output of the following?
Q. A text file contains only textual information consisting of ___.
Q. What is the output of the following? x = ['ab', 'cd'] print(len(list(map(list, x))))
Discusssion
Login to discuss.