If you have a list of integers in python, say L = [4,8,12,24], how can you compute their greatest common denominator/divisor (4 in this case)?
|
feedback
|
|
One way to do it is:
| |||||||
feedback
|