How to execute a remote page?

后端 未结 2 860
天命终不由人
天命终不由人 2020-12-21 13:43

How do I exexcute python script found on a website? For e.g. following seems to work. But is it the right way?

curl http://www.ics.uci.edu/~eppstein/PADS/Uni         


        
2条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-21 14:29

    The Python interpreter cannot download scripts by itself, so using a tool such as curl is an acceptable solution.

提交回复
热议问题