So I have a couple strings
first = input("Enter a starting integer: ")
last = input("Enter an ending integer: ")
last = last + 1
How do I make another assignment to a string "n" that I want to take the value of each individual integer in the range? I want to use "n" in a well formatted table to analyze each value as odd, prime, etc.