Advertisement
Kuzipa

Untitled

Apr 9th, 2022
1,030
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.15 KB | None | 0 0
  1. class Status(Enum):
  2.         Completed = 1
  3.         InProgress = 2
  4.         Error = 3
  5.         SomeStatus = 4
  6. while task == Status.Completed:
  7.     .....
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement