8.Write a program in python to accept number and elements of a list and find numbers that are multiple of 5 and 9 in the list.
Answers
Answered by
2
Explanation:
Get a list of numbers as input from the user
- Use a input() function to accept the list elements from a user in the format of a string separated by space.
- Next, Use a split() function to split a string by space and added those numbers to the list.
- Next, iterate a user list using for loop and range() function.
Similar questions
English,
2 months ago
Chemistry,
2 months ago
Social Sciences,
2 months ago
Math,
6 months ago
India Languages,
6 months ago
Science,
1 year ago
Chemistry,
1 year ago