mirror of
https://github.com/Hizenberg469/Python-tutorial.git
synced 2026-04-19 23:12:24 +03:00
generator done
This commit is contained in:
BIN
debugging/__pycache__/pdb.cpython-312.pyc
Normal file
BIN
debugging/__pycache__/pdb.cpython-312.pyc
Normal file
Binary file not shown.
7
debugging/pdb.py
Normal file
7
debugging/pdb.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import pdb
|
||||
|
||||
def add(num1 , num2):
|
||||
pdb.set_trace()
|
||||
return num1 + num2
|
||||
|
||||
add(4, 'hfdksfsl')
|
||||
0
debugging/wiki.txt
Normal file
0
debugging/wiki.txt
Normal file
Reference in New Issue
Block a user