Is there anyway I could get the value of d3 or in this case the string version of this other variable's name to be used in place of it somehow? So instead of printing "apr_30" it would print the doc using d3?
apr_30 = pd.txt('example.txt')
d3 = ("apr_30")
print(d3)