Kaydet (Commit) 65f50156 authored tarafından Guido van Rossum's avatar Guido van Rossum

www.google.com is better than google.com.

üst 745b4609
......@@ -16,7 +16,7 @@ def main():
arg = arg.replace(' ', '+')
list.append(arg)
s = '+'.join(list)
url = "http://google.com/search?q=%s" % s
url = "http://www.google.com/search?q=%s" % s
webbrowser.open(url)
main()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment