# Problem Multiple code segments still use multiple if statements where switch statements are the better choice. # Solution Replace with switch statements # Remark Due to small amount of if statements: priority low. # Already Implemented - [x] /python/Index.py
Problem
Multiple code segments still use multiple if statements where switch statements are the better choice.
Solution
Replace with switch statements
Remark
Due to small amount of if statements: priority low.
Already Implemented