Use the following scenarios to practice the skills you've learned:
Write a Python script that takes a number as input and determines if the number is greater or equal to 29.
Write a Python script that adds a list of numbers until the total equals 19.
Write a Python script that iterates through a list of names to determine the length of each name.
