How can I trace an error on my code? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I trace an error on my code?

Traceback(most recent call last): File "<stdin>", line1, in <module> Name error: name 'dge' is not defined

11th Sep 2020, 12:25 PM
Jordan Alloy ✝️
Jordan Alloy ✝️ - avatar
1 Answer
+ 3
The last line of your error code... the error type is "Name Error" and it occured in line 1(mentioned in the 2nd last line of the error code)
11th Sep 2020, 12:27 PM
M Tamim
M Tamim - avatar