(Pdb) l 1 def code_to_debug(): 2 import pdb; pdb.set_trace() 3 4 -> for i in range(10): 5 x = random.random() 6 factorial(x) [EOF] (Pdb) n > ...
確定! 回上一頁