so what does -i mean in Python?
it’s like a backstage pass to your script. runs the file, then drops you into the interpreter where everything’s still there.
debugging? testing? exploring? `-i`’s got your back.
it’s like a backstage pass to your script. runs the file, then drops you into the interpreter where everything’s still there.
debugging? testing? exploring? `-i`’s got your back.
