I'm trying to have the program open the window after several options are input and a 'continue' button is pressed.
The code below is the if
statement to sift through the options and if the correct sequence is pressed it will open a window, I made but it's not opening the file. I'm not sure if that's anywhere near the right code, but there are no errors and didn't open the file). Im trying to open the file so it is usable I.e.: a new tkinter screen that youcan interact with.
if price == 'one':
if periph == 'one':
if Lights == 'one':
exec(open('C:\\Tkinter\\CBG_Save_Prebuild_Screen.py'))