bee movie script

Solutions on MaxInterview for bee movie script by the best coders in the world

showing results for - "bee movie script"
Cambria
28 Mar 2020
1#So I actually got the whole script pasted in here but even after having 
2#my pc run for hours it didnt save so here´s python code to give you the
3#script. Have... fun? I dont really know what to call it
4
5import requests
6
7script = requests.get("https://gist.githubusercontent.com/The5heepDev/a15539b297a7862af4f12ce07fee6bb7/raw/7164813a9b8d0a3b2dcffd5b80005f1967887475/entire_bee_movie_script").text
8print("Enjoy the pain!\n-Ole\n")
9print(script)