반응형

 

출처: https://swexpertacademy.com/

 

T = int(input())
for i in range(T + 1):
    print(2 ** i, end=' ')
반응형

+ Recent posts