SciPy - Statistical Tests
You have two groups of exam scores: group A = [55, 60, 65, 70], group B = [50, 58, 62, 68]. You want to test if group A scores are generally higher than group B using Mann-Whitney U test. Which code snippet correctly performs this test?
