/python-cs50

This is CS50's library for Python.

Primary LanguagePythonMIT LicenseMIT

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();