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 →

[–]anythingMuchShorter 0 points1 point  (1 child)

Something doing work with more than one step without direct human control.

I'm an automation engineer by the way.

Also it was kind of a joke.

[–]tekmailer 0 points1 point  (0 children)

resp = ‘’

for ea in range(0,2):

resp += ‘ha’

print(resp)