Is the following Python code valid ? what is wrong in above Python code , print(a===b) ^ SyntaxError: invalid syntax it work with == but not === in python , where i want to check type and value as like PHP have ===

Read more