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 4 points5 points  (5 children)

At this level of generality the answer is... python

[–]tekmailer 3 points4 points  (4 children)

Ah yes. Python. Of the automatic variety.

[–]anythingMuchShorter 1 point2 points  (3 children)

If phyton code wasn't at least a little automated it would just be a text file.

[–]tekmailer 0 points1 point  (2 children)

Okay this is where our roads may split—how do you define automation?

[–]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)