Question: Exercise 7 : Finding Minimum In this problem you will write a function that will return the minimum value in a list of numbers. Call

Exercise 7: Finding Minimum
In this problem you will write a function that will return the minimum value in a list of numbers. Call your function FindMin. Pass into this function a list called my_numbers. Have your function return the lowest number in the list as well as the index of where it found it.
For instance, given that my_numbers contains the following values:
Create a function in Python called ValidatePassword that will validate a password to make sure that password contains a specific character. This function needs to accept two parameters. The first parameter is a list that contains the letters for a word. The second parameter contains the character we want the program to look for. The function needs to return the boolean True if it finds the character and the boolean False if it does not.
Create a function in Python called HalfList that will accept a list of integers and find the total for the first half of the list. The function needs to return the total or the sum of all these numbers.
For instance if Codio sends in th

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!