antian's recent timeline updates
antian

antian

V2EX member #573753, joined on 2022-02-25 18:32:53 +08:00
antian's recent replies
Apr 28, 2023
Replied to a topic by nosay 程序员 惨,服务器被黑,里面有自建 bitwarden 服务
吓的我赶紧去看一下我的服务器端口
Dec 10, 2022
Replied to a topic by chevalier Python 讨论一个 Python 字典和列表推导式问题
d = {'x': 2, 'y': 3, 'z': 5}
ls = []
for i, j in d.items():
# j 是一个迭代器
for x in range(1, j + 1):
ls.append((i, x))
print(ls)
分解下
Dec 10, 2022
Replied to a topic by chevalier Python 讨论一个 Python 字典和列表推导式问题
python 的 Iterable
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5213 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 17ms · UTC 07:15 · PVG 15:15 · LAX 00:15 · JFK 03:15
♥ Do have faith in what you're doing.