Is the following Python code valid : checking value by === ( Triple equal ) ?
asked at - 06/08/21
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 ===