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
(
720
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
Your answer
Your name to display (optional):
Email me at this address if my answer is selected or commented on:
Email me if my answer is selected or commented on
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or register.
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.
Your comment on this answer:
Your name to display (optional):
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or register.
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...