How to tell python for example, I made a program, which opens a specific .scv
In example csv=open('c:\Users\Luka\Desktop\prvi.csv','r')
But when I make an .exe file, that is required to run on all PCs. How can I swap that “Luka” so it works for any PC that has a prvi.csv file on desktop.
Source