蓝桥等考Python组别六级008

第一部分:选择题

1、Python L6 (15分)

运行下面的程序,哪个值不可能出现?(    )

import random

print(random.randint(0, 3) * 2)

  1. 0
  2. 2
  3. 3
  4. 6

正确答案:C   

2、Python L6 (15分)

运行下面的程序,输入哪

猜你喜欢

转载自blog.csdn.net/abilix_tony/article/details/133397091