Learning course: Python for problem solving - 2
Problem Link: CodeChef: Practical coding for everyone
Feedback
we only have to update ‘_’ in code. However, in line 10 it should be i <= min(A,B). Otherwise, it throws runtime error.
Learning course: Python for problem solving - 2
Problem Link: CodeChef: Practical coding for everyone
we only have to update ‘_’ in code. However, in line 10 it should be i <= min(A,B). Otherwise, it throws runtime error.
Thanks for reporting. Fixed.