Probability Calculator - Free Code Camp (SOLUTION)

2 years ago
5

I spent a bunch of time trying to solve this problem by myself but nothing was working, after trying a bunch of times I realized what was wrong, I tried to implement Faraday´s Academy solution but it wasn´t working, so I´ve looked at the code on python tutor and figure out what was the mistake and how to fix it, so this video is an explanation of what was wrong and how I fixed it. I highly recommend checking the other solutions out, especially from Faraday Academy, and also researching and trying to solve this yourself, I´ve learned a lot by doing this challenge...

obs: I´ve realized after copying and pasting her code directly from her Replit that it actually is working, the issue was on her video the indentation looks different because the way the space for her code was set up, some function calls are broken down into 2 different lines, so they seem to be written in two different lines when in reality they are supposed to be on the same line, the ones I´ve spotted are the "balls" functions...anyway I´m going to leave my solution because I think it might help someone as well

Hope this helps :)

Programming Predator: https://www.youtube.com/watch?v=99SxnweS3ps

Faraday Academy: https://www.youtube.com/watch?v=5fSTndU5uWo

Landon Schlangen: https://www.youtube.com/watch?v=iIu4ixFlT-w&t=6s

Aarya Pandya: https://www.youtube.com/watch?v=KDRO3E_M3FQ

Loading comments...