• 2021-04-14
    关于下面代码中的for循环,叙述正确的选项是( )for i in range(1,11): x = int(input(“请输入一个数字”)) if x < 0: continue print(x)