> print(1 + 2*3)! //7
> print(1+2 * 3)! //9
I can't decide if this is a terrible or brilliant idea, or kind of both.
> print(1 + 2*3)! //7
> print(1+2 * 3)! //9
I can't decide if this is a terrible or brilliant idea, or kind of both.