How can i check python code error without scrolling down the code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can i check python code error without scrolling down the code

Code that checks errors in python

14th Apr 2019, 5:19 PM
nimcan ogaadeeniya
nimcan ogaadeeniya - avatar
1 Answer
0
You can use try/catch that helps you to debug code by trying examples and then you get a result depending on what you coded. For more information you can search unit testing in Python or try/catch in Python
19th Apr 2019, 2:12 AM
Juan David Padilla Diaz
Juan David Padilla Diaz - avatar