i am using more general purpose but i am giving simple example to show my problem
it will print empty list []
so what i should do to run Decreasing for loop in Python ?
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 ===