ubuntu2004
Kernel: Python 3 (system-wide)
Exercise 23.1
In Exercise 3.5 you calculated the circumference and area of a circle of radius 5.4 cm.
Repeat the exercise but using the value of in the math
module.
In [0]:
Exercise 23.2
Using the statistics
module, calculate and print the mean and standard deviation of the following list of bat wingspans to 2dp. The documentation for the statistics module is here.
In [0]:
Exercise 23.3
Search online for a module to randomly choose an item from a list.
Use the module to randomly choose an item from the following list.
Print the chosen item.
In [0]: