📜  蜜蜂电影脚本 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:31.879000             🧑  作者: Mango

代码示例1
#So I actually got the whole script pasted in here but even after having 
#my pc run for hours it didnt save so here´s python code to give you the
#script. Have... fun? I dont really know what to call it

import requests

script = requests.get("https://gist.githubusercontent.com/The5heepDev/a15539b297a7862af4f12ce07fee6bb7/raw/7164813a9b8d0a3b2dcffd5b80005f1967887475/entire_bee_movie_script").text
print("Enjoy the pain!\n-Ole\n")
print(script)