We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fa5a04 commit a02da1eCopy full SHA for a02da1e
README.md
@@ -59,7 +59,7 @@ And here's a Python function for the same function definition doing the same thi
59
import os
60
61
# read the queue message and write to stdout
62
-workItem = raw_input();
+workItem = input();
63
message = "Python script processed work item '{0}'".format(workItem)
64
print(message)
65
0 commit comments