-
-
Save H3lllfir3/03b52be2d0f26d068b8e9ebd6513b1a9 to your computer and use it in GitHub Desktop.
if condition
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #good | |
| if not seq: | |
| if seq: | |
| if process_ok: | |
| #bad | |
| if len(seq): | |
| if not len(seq): | |
| if process_ok == True: | |
| if process_ok is True: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment