Why am I getting the error in line 4 of my code for an MD simulation?
a = [x*delta_t for x in velocities] b = [x*(0.5/m)*(delta_t**2) for x in list_of_f] for