input_=3366 result_=[a for a in range(1, input_+ 1) if input_ % a==0] print(result_) 文章来源: python求公约数 标签 公约数 python