I don't know why, but something's wrong with my os module.
import os
a = os.getcwd()
print(a)
I swear to god, I just typed in these three lines and ran the code, and I got C:\Users\Username for the result.
My python file isn't on that directory, but my computer keeps giving me C:\Users\Username no matter what I do.
Can anybody tell me what's the problem and how I can solve it? I already restarted my computer, but nothing changed.