I have another file that has 2 numerical values...
22
35
I want to read those values and assign each to a variable.
There will only ever be two values, so a loop shouldn't be necessary.
I found ways to get the value line by line, but I'm unsure how to save those values to a variable that I can use in my main script.