Question: Given the following list in python: myList = [Hello, name, 6, 3.1, 7.2, 9.4, Good bye, 11.1, 22] Write a program that will total the
Given the following list in python:
myList = ["Hello", "name", 6, 3.1, 7.2, 9.4, "Good bye", 11.1, 22]
Write a program that will total the numbers only.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
