下列程序的功能是?( )shu=10000result=[a for a in range(1,shu+1) if shu%a==0]print(result)
计算并输出10000以内的质数
计算并输出10000的约数
计算并输出10000的倍数
计算并输出1-10000以内的整10数