N -й срок GP в Python, когда указано 2,3 термины

n1=int(input())
n2=int(input())
n=int(input())
r=n2/n1
a=n1/r
print(a*r**(n-1))
Hacker Harsha