Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor
huangsam/README.md
def try_again():
    return random() > 0.99


def main():
    success = False
    while success is not True:
        success = try_again()


if __name__ == '__main__':
    main()

Pinned

  1. Ultimate Python study guide for newcomers and professionals alike. 🐍 🐍 🐍

    Python 1.6k 102

  2. Great places are chosen by great chowists

    Python 7 9

  3. Git hooks for Python projects

    Python 6 1

  4. Python / Java Solutions of LeetCode Questions

    Python 3

1,045 contributions in the last year

Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Mon Wed Fri

Contribution activity

September 2020

Created a pull request in huangsam/ultimate-python that received 1 comment

Remove print statements

After receiving some feedback, it seems like the print statement can be confused with the assert statements. Instead of mixing the two together, we…

+166 −212 1 comment

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.