Closed AshkanRafiee closed 3 years ago
sttcode == 403 will return either False or True, it doesn't actually need any if statement. By lowering if usage you can have a little boost in case of performance and code readability.
sttcode == 403
sttcode == 403
will return either False or True, it doesn't actually need any if statement. By lowering if usage you can have a little boost in case of performance and code readability.