raw_input() was removed from Python on 1/1/2020

pull/165/head
Christian Clauss 3 years ago committed by GitHub
parent e48316728f
commit 72efc0b101
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2230,7 +2230,7 @@ Please read the README inside for more examples and usage information.
command = msvcrt.getche()
if command == 'x':
command += raw_input()
command += input()
else:
i, _, _ = select([sys.stdin], [], [], .1)

Loading…
Cancel
Save