Skip to content

Commit f987e90

Browse files
authored
Update README.md
1 parent 23c420e commit f987e90

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
[![Build Status](https://travis-ci.org/cs50/python-cs50.svg?branch=master)](https://travis-ci.org/cs50/python-cs50)
44

5-
Supports Python 2 and Python 3.
6-
75
## Installation
86

97
```
@@ -19,13 +17,4 @@ pip install cs50
1917
c = cs50.get_char();
2018
f = cs50.get_float();
2119
i = cs50.get_int();
22-
l = cs50.get_long(); # Python 2 only
2320
s = cs50.get_string();
24-
25-
# References
26-
27-
- https://github.com/ronsavage/SQL/blob/master/sql-92.bnf#L19-L72
28-
29-
## TODO
30-
* Add targets for `pacman`, `rpm`.
31-
* Add tests.

0 commit comments

Comments
 (0)