Content
from os import libdir r"D: Programmes Python Lib" libs listdir(lib dir) libs.remove("antigravity.py") libs.remove("this.py") for lib in libs: try: exec("from s import " lib) except: pass print("Hello World")
HTTP 418: I'm a teapot
The server identifies as a teapot now and is on a tea break, brb
HTTP 418: I'm a teapot
The server identifies as a teapot now and is on a tea break, brb
from os import libdir r"D: Programmes Python Lib" libs listdir(lib dir) libs.remove("antigravity.py") libs.remove("this.py") for lib in libs: try: exec("from s import " lib) except: pass print("Hello World")