Closed roarin-roran closed 2 years ago
replace single digit option codes with short strings
will require more robust file readers - current methods only support a single digit, new methods will have to be able to read the whole line
Sounds like the ideal use case for enums: https://docs.python.org/3/library/enum.html
solved(with enums)
replace single digit option codes with short strings
will require more robust file readers - current methods only support a single digit, new methods will have to be able to read the whole line