Split()函数的用法还没学。又如何去除各字符串之间的空格占位符??
m = int(input()) s = [] for i in range(1,13): s.append(m*(2**(i-1))) print(s)