codeflash-internal/experiments/pie_test_set/p03657.py

2 lines
112 B
Python

def problem_p03657(input_data):
return (eval(input_data.replace(*" *")) % 3 % 2 * "Imp" or "P") + "ossible"