TomoLink
Easy

What is the output of: x=5 print('Even' if x%2==0 else 'Odd')?