in

Why isn’t my hello world code working? I’m a beginner (i imported everything caus i didn’t know what library print() was from)

Why isn't my hello world code working? I'm a beginner (i imported everything caus i didn't know what library print() was from) | code-memes, try-memes, list-memes | ProgrammerHumor.io
code-memes, try-memes, list-memes | ProgrammerHumor.io

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")