Day 4: Normal Distribution #1

  • + 0 comments

    This might help some of you who have issues with this problem. In python 2: 3/2 is integer division (returns 1 instead of 1.5), that wasted so much time for me to debug.