7 lines
81 B
Python
7 lines
81 B
Python
#!/usr/bin/env python3
|
|
|
|
# Constantes
|
|
HIGH = "high"
|
|
MEDIUM = "medium"
|
|
LOW = "low"
|