0

I need to write a task in python, it's my "first" experience

In C I did something similar using switch case to cover all the cases I needed with a switch case, in thi way I can jump from a step to another and tracking the task state looking for the switched variable.

From what I've seen python don't have a native switch case, so I need a philosophy input to do this job.

All the function I needed are working, I need an elegant way to call them in a certain order and if necessary restart from a certain point, and taking track of the cycle state

Stefano Martini
  • 306
  • 1
  • 10

0 Answers0