Toggle navigation
Questions
Ask
Tags
About
Contact Us
Sign Up
Sign in
Sort By
Views
Date
All === related Questions
Is the following Python code valid : checking value by === ( Triple equal ) ?
by
Ernest
|
06/08/21 |
1 Answers
|
Tags :
python
,
===
Views : 544
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