Generate a Custom Class that can handle different inputs and convert them into list!
A simple example that one can use to learn class in Python!
Just use different type of data (int, list, range, slice, tuple) as input and get a list from it.
Remaining functions are just sum, mean and variation to be used with the list afterwards!