tutorial.eyehunts.com
Multiply each element of a list by a number in Python | Code
Just use a list comprehension to Multiply each element of a list by a number in Python. list comprehension is generally a more efficient way
Rohit