1 line
60 B
Text
1 line
60 B
Text
def is_odd: type == "number" and floor == 0 and . % 2 == 1;
|
def is_odd: type == "number" and floor == 0 and . % 2 == 1;
|