Using the range() function in Python, create the program of the problem below. GLA 3) Display a list of all multiples of
Posted: Mon Jun 06, 2022 12:22 pm
Using the range() function in Python, create the program of the problem below. GLA 3) Display a list of all multiples of 10 starting from 1 to 10. This is the sample output: [10, 20, 30, 40, 50, 60, 70, 80, 90, 100]