How to use the round function in python to round a number to the decimal places that you want.
00:13 The round fcn = round(x,2)
00:56 How to import the round fcn in your program
02:17 Round to the nearest whole number using round(x)
02:56 2nd example using round(x,2)
03:38 2nd example using round(x)