top of page
Search
Recent Posts
See AllFile Processing MCQ Q1. Which function writes a list of lines in File? A.     Writelines() B.     Write() C.     Tell() D.     All of...
120
Q1. What is output of below python code? dict= {1:'1', 2:'2', 3:'3'} del dict[1] dict[1] = '10' del dict[2] print (len(dict)) A. 1 B. 2...
210
bottom of page
Comments