T
Q. What will be the output of the following Python function?
min(max(False,-3,-4), 2,7)
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 is the correct syntax for reading from a text file stored in “c:\file.txt”?
Q. Leading whitespace (spaces and tabs) at the beginning of a statement is called _________________.
Q. Which of the following functions converts a “string” to a “float”?
Q. Amongst which of the following is / are true with reference to loops in Python?
Q. What will be the output of the following Python code snippet?
Q. What is the output of the following code?
Q. What will be the value of X in the following Python expression?
Q. Write the output of the following :
Q. What will be the output of the following Python code?
Q. What is the output of the following program : print '{0:-2%}'.format(1.0 / 3)
Discusssion
Login to discuss.