4 lines
56 B
Text
4 lines
56 B
Text
|
|
n=12
|
||
|
|
|
||
|
|
if n mod 2 = 0 then print "even" else print "odd"
|