How to multiply individual elements of a list with a number?
S = [22, 33, 45.6, 21.6, 51.8] P = 2.45 Here S is an array How will I multiply this and get the value? SP = [53.9, 80.85, 111.72, 52.92, 126.91] Answers: Thank you for visiting the Q&A section on Magenaut. Please note that all the answers may not help you solve the issue immediately. … Read more