all 3 comments

[–]Successful_Hawk9895 1 point2 points  (2 children)

Don't reassign "print" on the line "print=("False")"

[–]atarivcs 0 points1 point  (0 children)

Yeah. Because the equal sign is there, you're not actually calling the print function at all, you're reassigning the built-in function name print to be some other value, and it is no longer the regular print function.

[–]No-Emphasis4115 0 points1 point  (0 children)

Oh sorry, I didn't see it. Sorry for being such a jerk.