import robocar2w, time print( "dir(robocar2w)" ) txt=dir(robocar2w) print(txt) robocar2w.halt() from robocar2w import * print("Teste der Funktioen") halt() motor_l(888) time.sleep(3) motor_r(888) time.sleep(3) fahre(888,888) time.sleep(3) fahre(-888,-888) time.sleep(3) halt()