Complete-Python-3-Bootcamp icon indicating copy to clipboard operation
Complete-Python-3-Bootcamp copied to clipboard

Course Files for Complete Python 3 Bootcamp Course on Udemy

Results 132 Complete-Python-3-Bootcamp issues
Sort by recently updated
recently updated
newest added

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...

First exercise of Methods and Functions Homework. Answer should be 33.510321638291124 ``` def vol(rad): pass # Check vol(2) 33.49333333333333 ``` ![volume](https://github.com/Pierian-Data/Complete-Python-3-Bootcamp/assets/20431157/94f556ec-96d4-44cb-95a2-391899a473ad)