Computer Science, asked by anuanu134, 2 months ago

If anyone who know python class 12 message me....please it's urgent​

Answers

Answered by dasaviroop2012
1

Answer:

. Write a Python function to find the Max of three numbers. Go to the editor

Click me to see the sample solution

2. Write a Python function to sum all the numbers in a list. Go to the editor

Sample List : (8, 2, 3, 0, 7)

Expected Output : 20

Click me to see the sample solution

3. Write a Python function to multiply all the numbers in a list. Go to the editor

Sample List : (8, 2, 3, -1, 7)

Expected Output : -336

Click me to see the sample solution

4. Write a Python program to reverse a string.

Similar questions