read BallsInBoxes: print(`If 1000 students have to sign up to 10 different sections, then , if any section got more than`): print( SmallestmPA(1000,10,0.999)): print(`students enrolled, it due to the popularity of the instructor (or time-slot), rather than to pure chance`): print(`with probability larger than 99.9%`): print(`If 1000 students have to sign up to 10 different sections, then , if any section got less than`): print( LargestmPA(1000,10,0.999)): print(`students enrolled, it due to the unpopularity of the instructor (or time-slot), rather than to pure chance`): print(`with probability larger than 99.9%`): print(`this took `, time() , `seconds .`): quit: