background: url('http://s1.iconbird.com/ico/0912/Radium/w256h2561348762832Search.png') center center no-repeat; n = list(np.random.randint(0, 100, size=random.randint(2, 20)))
maxx = 0
maxx2 = 0
for n2 in n:
if n2 >= maxx:
maxx2 = maxx
maxx = n2
elif n2 < maxx and n2 > maxx2:
maxx2 = n2
print(maxx,maxx2) a = soup.select("tr")<tr>... <tr>)a=int(input("a="))
x=int(input("x="))
n=int(input("n="))
ans = 0
for i in range(1,n+1):
ans += (a+i)/(i*(x**i))
print(ans)