First time here? Check out the FAQ!
answered 2016-09-16 02:58:19 +0100
Sage uses the Python programming language, and there is no case statement in Python, instead it is recommended to use if elif elif ..., see:
case
if elif elif ...