Week 4 - Exercise 5 L_Model_Forward

I have been stuck on this function for about 2.5 hours now, and just now got it to work. The main issue is because i continued to indent my AL function at the same level as my A function (sigh how could i have missed that!). Just a PSA to remember to check your indentations!

3 Likes

Indeed! Always an important thing to remember and one of the things that sets python apart from just about every other language I’ve seen: indentation is a critical part of the syntax.