Skip to content

adamjaffeback/Python-Problems

Repository files navigation

Python-Problems

Toy problems for practicing python syntax and unit testing.

To simply run toy problems in the terminal: #############

  1. Navigate to the directory ~/Python-Problems in the terminal.
  2. Type python NAME_OF_FILE. For example, python reverse_string.py.
  3. If there are print statements or returns, they will appear in the terminal.

To run test suite: #############

  1. Same as step one above.
  2. Type python <test_file_name>.py.
  3. Outputs, such as passes, failures, and errors will display.

About

Toy problems for practicing python syntax and unit testing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages