Computer Science, asked by rajmehta21023, 6 months ago

write a program to create following data frame VIRAT KOHLI 30 100 55 ROHIT SHARMA 70 77 100 MS DHONI 100 88 90 To add 10 runs to each element by pipe() function. find out the mean of runs of each player​

Answers

Answered by yogavamsi1999
1

Explanation:

HTML links.

<html>

<head>

<title>cricket scroe runs</title>

</head>

<body>

<p>player name = VIRAT Kohli

1st innings score = 30 +10

2nd innings score= 100+10.

3rd innings score = 55+10.

<br>

next players also same.

</body>

</html>

okay

Similar questions