It is C) A credit investment system.
It kinda depends on what you mean by special characters
1. non photorealistic rendering
2. siftables
3. spherical audio
4. blu ray
Answer:
There are two ways to find the average of a list of numbers in Python. You can divide the sum() by the len() of a list of numbers to find the average. Or, you can find the average of a list using the Python mean() function
Explanation: