sachinbajpai100 / python-cs50

This is CS50's library for Python.

Home Page:https://cs50.harvard.edu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CS50 Library for Python

Build Status

Supports Python 2 and Python 3.

Installation

pip install cs50

Usage

import cs50

...

c = cs50.get_char();
f = cs50.get_float();
i = cs50.get_int();
l = cs50.get_long(); # Python 2 only
s = cs50.get_string();

References

TODO

  • Add targets for pacman, rpm.
  • Add tests.

About

This is CS50's library for Python.

https://cs50.harvard.edu/


Languages

Language:Python 98.9%Language:HTML 1.1%