Bootstrap

python 随机数生成

import random

a = int (random.uniform(1, 20))

b = int (random.uniform(1, 20))

while a > b
;