I want to make a program which takes photos, but every time I run the code it replaces the old image with the new one. This is because the file name is always the same.
Is it possible to make the program change a file name every time I run the program? So that the code makes a new file name automatically for every time I run the code.