mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Ran 2to3 over scripts directory.
This commit is contained in:
parent
d11ae5d6ec
commit
8efadf5d66
19 changed files with 74 additions and 86 deletions
|
@ -110,7 +110,7 @@ def raw_input(prompt):
|
|||
return sys.stdin.readline()
|
||||
|
||||
def askyesno(prompt):
|
||||
s = raw_input(prompt)
|
||||
s = input(prompt)
|
||||
return s in ['y', 'yes']
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue