发布于 1年前

Python如何实现集合推导式

num_set = {num for num in range(0, 10)}

print(num_set)
# {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}
©2020 edoou.com   京ICP备16001874号-3