open_in_new
content_copy
import pandas as pd list1=[-10,-20,-30] ser = pd.Series(list1) print(ser*2)