Mar 24, 2021
Q11. In Python 3 , the maximum value for an integer is 263-1.



Mar 24, 2021
Q12. If List = [1,2,3,4,5] and we write List[3]=List[2], then what will be List[3]



Mar 24, 2021
Q13. Identify the right way to close a file.



Mar 24, 2021
Q14. If List = min([sum([10,20]),
max([abs(-30),4)]), then List = __  



Mar 24, 2021
Q15. Which method lets a class act like a function?



Mar 24, 2021
Q16. PyPI stands for __



Mar 24, 2021
Q17. Which slice operation will reverse the list?