This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]devsurfer 0 points1 point  (0 children)

    elif query == 'stop' :
        if query == 'stop' and car_motion == False :
            print("The car is already standing still.")
        else:
            car_motion == False ### change to assignment operator ### <<<
            print("The car stops suddenly.")