003 File Manager
Current Path:
/usr/local/lib/python3.8/test/dtracedata
usr
/
local
/
lib
/
python3.8
/
test
/
dtracedata
/
📁
..
📁
__pycache__
📄
assert_usable.d
(55 B)
📄
assert_usable.stp
(54 B)
📄
call_stack.d
(657 B)
📄
call_stack.d.expected
(797 B)
📄
call_stack.py
(492 B)
📄
call_stack.stp
(807 B)
📄
call_stack.stp.expected
(606 B)
📄
gc.d
(297 B)
📄
gc.d.expected
(84 B)
📄
gc.py
(155 B)
📄
gc.stp
(444 B)
📄
gc.stp.expected
(92 B)
📄
instance.py
(317 B)
📄
line.d
(179 B)
📄
line.d.expected
(506 B)
📄
line.py
(293 B)
Editing: line.py
def test_line(): a = 1 print('# Preamble', a) for i in range(2): a = i b = i+2 c = i+3 if c < 4: a = c d = a + b +c print('#', a, b, c, d) a = 1 print('# Epilogue', a) if __name__ == '__main__': test_line()
Upload File
Create Folder