In python, function name should be snake_case and class name should be CamelCase and there shouldn’t be a mixed of snake_And_Camel. https://github.com/vqhBook/python/blob/6d3c6214ba44d1279ae484ab32e12869bfe335ae/lesson18/find_primes.py#L12
In python, function name should be snake_case and class name should be CamelCase and there shouldn’t be a mixed of snake_And_Camel.
python/lesson18/find_primes.py
Line 12 in 6d3c621