Gus
0
Q:

come fare aprire una pagina web python

import webbrowser

webbrowser.open('http://docs.python.org/lib/module-webbrowser.html')
1
import webbrowser

webbrowser.open_new('http://docs.python.org/lib/module-webbrowser.html')
0
import webbrowser

b = webbrowser.get('lynx')
b.open('http://docs.python.org/lib/module-webbrowser.html')
0

New to Communities?

Join the community