Posts by keven de oliveira • 1 point
1 post
-
-1
votes2
answers302
viewsA: Using variable in chdir function (module OS)
I did + or - like this do not need to do def, only a variable with the user and the directory def cd(directory, user): os.chdir("c:/users/" + user + "/" + directory + "")…