List I | List II | ||
A. | tell() | I. | This function used to position the file object at particular position in a file |
B. | seek() | II. | This function returns an integer that specifies the current position of the object in the file |
C. | dump() | III. | This function is used to convert Python objects for writing data in a binary file |
D. | load() | IV. | This function is used to load data from a binary file |
Given the following statement: import matplotlib.pyplot as plt
'plt'
in the above statement is .............. name.