Syncfusion Interview Question

They Ask Output for the Following Python in first round. def calc (x): if (x%7==0): return (7+7) else: return (7*7+7)