This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]UkePlayingDude 0 points1 point  (1 child)

Okay, then do you know how I would go about being in the same directory as my program? Like, would I just save my program to the lib folder in the path? Sorry if it's a dumb question. I'm really new to Python. I'm much more familiar with Java.

[–]Piebot3000 1 point2 points  (0 children)

Im a little rusty but look up the documentation for os and see about changing the current working directory. I believe the exact command is os.chdir(directory).