How can I make this flowchart?

Viewed 17

How can I do this?

Draw a flowchart to represent the logic program that allows the user to determine their status based on the average of 3 assessments. The cutoff mark is 60%. The program should output the average of the 3 assessments with the corresponding status.

1 Answers

Look up the plotly library documentation, there should be something there

Related