3c0n0mist / python-cs50

This is CS50's library for Python.

Home Page:https://cs50.readthedocs.io/library/python/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://cs50.readthedocs.io/library/python/

License:MIT License


Languages

Language:Python 99.4%Language:HTML 0.6%