Python Programming Language Quiz 4

Python Programming Language Quiz 4

To shuffle the list(listt) which function is used ?





The function is defined in





Which function overloads the // operator?





trunc()  returns 





Which of the following is not a complex number?





string.ascii_letters give the same result as :





What is the output of the following? print("Hey {0[0]} and {0[1]}".format(('foo', 'bin')))





Python is 





What is the output of print tuple [1:3] if tuple = ( 'ahjd', 786 , 2.23, 'sean', 70.2 )?





The type of sys.argv is a