Skip to content

Instantly share code, notes, and snippets.

@SahbiOuali13
Last active September 6, 2020 16:27
Show Gist options
  • Save SahbiOuali13/6ce31279a0ece820ae6551c5e78608db to your computer and use it in GitHub Desktop.
Save SahbiOuali13/6ce31279a0ece820ae6551c5e78608db to your computer and use it in GitHub Desktop.
import random
import os
# list all functions in a module
print(dir(os))
# get a description of the function, don't add the parenthesis!
help(random.randint)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment