Open summer506hai opened 1 year ago
print([x * 2 for x in range(10)]) print([x ** 2 for x in range(10) if x % 2 == 0])# 【0-9】中,偶数的平方
列表
列表解析