mirror of
https://github.com/python/cpython.git
synced 2025-07-14 14:55:17 +00:00
Convert print statements to function calls in Tools/.
This commit is contained in:
parent
e5d0e8431f
commit
6afaeb757a
66 changed files with 777 additions and 779 deletions
|
@ -5,7 +5,7 @@ import sys, webbrowser
|
|||
def main():
|
||||
args = sys.argv[1:]
|
||||
if not args:
|
||||
print "Usage: %s querystring" % sys.argv[0]
|
||||
print("Usage: %s querystring" % sys.argv[0])
|
||||
return
|
||||
list = []
|
||||
for arg in args:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue