python-cs50/README.md at develop · ag-python/python-cs50 · GitHub
Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 285 Bytes

File metadata and controls

21 lines (14 loc) · 285 Bytes

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