lawlll

Results 2 issues of lawlll

the solution given isnt accurate according to the problem statement so heres my version of it: ``` total = a+b+c if total 21: return 'BUST' ```

im referring to the 'function practice solutions' since while isnt gonna loop because of the code inside it, using if is better as it gets rid of the break statements...