import random
print(random.randint(0,9))#随机产生一个0dao9
之间的数字