Skip to content

cs50/python-cs50

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Kareem Zidane
Aug 19, 2020
2d40229 · Aug 19, 2020
Jun 12, 2020
Jun 5, 2020
May 27, 2017
Feb 20, 2019
Jul 13, 2018
Jul 6, 2019
Jun 12, 2020

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