Often the following convention is used: ``` a = 1 bb = 2 ccc = 3 ``` whilst this is against pep8, it seems like this would be a nice option to support for those people that are (forced??) to use this convention.