当前位置: 高中信息技术 / 填空题
  • 1. 程序运行后,其输出结果为

    n=1

    for i in range(1,5):

        n=n*i

    print(n)

微信扫码预览、分享更方便