Answer:
Let’s check if there is any rule in powers of 7:

We can see every 4 index of power of 7 ending is the same (for example 7^6 ending is 9, and 7^10 is also 9), so now we can count:
(„*” stand for digits before last numbers)
7^4 = ***1
7^8 = ***1
7^16 = ***1
7^40 = ***1
7^160 = ***1
7^960 = ***1
7^960 + 7^40 = ***1
So the last digit of 7^1000 will be one.
Hope this helps!