Create a pandas DataFrame (10 rows and 3 columns ) which are…

Create a pandas DataFrame (10 rows and 3 columns ) which are filled with random integers between (0 and 100).  Also, make sure that your columns are renamed to “A, B, and C” respectively. You can do all this with one line of code.  You can not hard code the data for the data structure rather use a random menthod to generate the integers.