import random l = random.sample(range(round(12550/200), round(12550/100)), 10) for i in l: print(f"{i/100+125.5:.2f}")
阅读量:1
点赞量:0