In the code below, is there are way that I could change the 'nth' in the for loop into the particular term I am considering.
For example: Enter a value for the first term, Enter a value for the second term, Enter a value for the third term, and so on. As opposed to the line 'Enter a value for the nth term' every time the loop runs.
for _ in range (n):
total += float (input ('Enter a value for the nth term: '))
input ('Enter value {}'.format(_)_. But if they want to literally print the words "first", "second", etc, then that's not something that format can do on its own.