Python

Python

Made by DeepSource

Do not define functions named 'l', 'O', or 'I' FLK-E743

Style
Major

Functions named I, O, and l can be very hard to read. This is because the letter I and the letter l are easily confused, and the letter O and the number 0 can be easily confused.

Change the names of these functions to something more descriptive.