Python基础练习100题 ( 71~ 80)

2019-06-09
阅读 4 分钟
2k
Please write a program to output a random number, which is divisible by 5 and 7, between 10 and 150 inclusive using random module and list comprehension.