Question: Count the last names ending with E and assign it to ans variable 018. Count the numbers larger than 0.1 assign it to ans 10
Count the last names ending with "E" and assign it to "ans" variable
018. Count the numbers larger than 0.1 assign it to "ans 10" variable +
# Note: Please be careful with names and numbers. To compare numbers to e.l, it should be integer not string. But, names cannot be converted to integer...
# Hint: You can create two lists which respectively have names and numbers.
# Then you can use a list having numbers to compare to 8.1 I
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
