GitHub - ag-python/python-cs50 at v4.0.4 · GitHub
Skip to content

ag-python/python-cs50

Folders and files

Repository files navigation

CS50 Library for Python

Build Status

Installation

pip install cs50

Usage

import cs50

...

f = cs50.get_float();
i = cs50.get_int();
s = cs50.get_string();

About

This is CS50's library for Python.

Resources

License

Stars

Watchers

Forks

Packages

Contributors

Languages

  • Python 99.5%
  • HTML 0.5%