当前位置: 初中信息技术 / 单选题
  • 1. 在python中,运行以下程序,屏幕打印(  )颗*。 

    for i in range(0,9,2):

        print("*")

    A . 10 B . 5 C . 6 D . 9

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