Skip to content

matterche/python_playground

Repository files navigation

This is a playground I use to learn Python

How to get detailed help about build-in functions

  • start Python interpreter
  • use help command to get help, e.g. help(range), a=[]; help(a), import math; help(math)

About

A place to play with Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages