I want to make a program that have multiple nested if’s and I can’t find a readable/good form to do that in python. I attach an image with the flow of my program, like an example I have a lot of if statement.
I can implement this, but the code is hard to read.
Exist a form or method to implement this flowchart in readable python code?
3