T
Q. What is the data type of the object below?
X = [0, 2, ‘str’, 1]
[] define a list
You must be Logged in to update hint/solution
Q. What is the correct syntax for reading from a text file stored in “c:\file.txt”?
Q. Choose the correct option with reference to below Python code?
Q. To read the entire remaining contents of the file as a string from a file object infile, we use
Q. Suppose we have two sets A & B, then A < B is:
Q. What is the output of the following code?
Q. Study the following statements:
Q. What is the output of the following code?
Q. What is the output of the following program? def REVERSE(L):
Discusssion
Login to discuss.