dlsea's recent timeline updates
dlsea

dlsea

V2EX member #317723, joined on 2018-05-21 23:19:12 +08:00
dlsea's recent replies
Dec 25, 2018
Replied to a topic by dlsea Python Python pdb.set_trace()问题
重新输入上面的代码,空格自动被清除了
Dec 25, 2018
Replied to a topic by dlsea Python Python pdb.set_trace()问题
代码:
import pdb

def sum_nums(n):
s = 0
for i in range(n):
pdb.set_trace()
s += i
print(s)
if __name__ == '__main__':
sum_nums(5)
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1137 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 16ms · UTC 18:19 · PVG 02:19 · LAX 11:19 · JFK 14:19
♥ Do have faith in what you're doing.