swimdistance= 800 swimspeed= 40 multiplier=[1.25,1.5] def update(lst1): nl=[] for i in lst1: nl.append(i*swimspeed) return nl def update2(lst1