python问题 求助大神们!!

2024-12-27 13:49:21
推荐回答(1个)
回答1:

x=10
k=100
a=[i for i in range(k) if i%x==0]
b=list(set(list(range(k)))-set(a))