Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.
Login
Login
OnlineGDB Q&A
Questions
Unanswered
Tags
Ask a Question
Ask a Question
How can I find the number of mistakes that my algorithm made?
+3
votes
asked
Dec 1, 2022
by
Nirali Patel
(
840
points)
So, far I have this algorithm. But I don't understand how can I find number of mistakes in algorithm?
I need help.
Here is the code:
https://onlinegdb.com/lyn2gQFiw
please-help
python-3
Please
log in
or register to answer this question.
1 Answer
0
votes
answered
Dec 10, 2022
by
Zaydiscool777
(
360
points)
So, you see the debbuger icon with the play button in the circle? Not only will that help you know how many errors you have, but will also help you fix those errors.
Please
log in
or register to add a comment.
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and receive answers from other members of the community.
...