Skip to content

Commit a02da1e

Browse files
committed
Update README.md
1 parent 2fa5a04 commit a02da1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ And here's a Python function for the same function definition doing the same thi
5959
import os
6060

6161
# read the queue message and write to stdout
62-
workItem = raw_input();
62+
workItem = input();
6363
message = "Python script processed work item '{0}'".format(workItem)
6464
print(message)
6565

0 commit comments

Comments
 (0)