You are viewing a single comment's thread. Return to all comments →
a=5 b=0 for i in range(n): if i==0: b+=a//2 else: a=(a//2)*3 b+=a//2 return b
Seems like cookies are disabled on this browser, please enable them to open this website
Viral Advertising
You are viewing a single comment's thread. Return to all comments →