GR X Record Writing Questions
GR X Record Writing Questions
Task A
1) Write a Python program to calculate net run rate (NRR) of a cricket
tournament.
Hint:
Task B
1) Write a Python program to calculate the mean, median and mode on the
list scores = [10, 20, 10, 30, 10] using NumPy.
2) Consider the following data of a clothes store and plot the data on the line
chart and customize the chart as you wish:
3) Write a Python program to display a scatter chart for the following points
(2,5), (9,10), (8,3), (5,7), and (6,18).
4) Create a CSV file with following columns: Sl no, Song name, duration,
movie/Album
Read the CSV file saved in your system and display the first 5 rows.
5) Write a Python program to read an image and display it as grayscale using
Python.