We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23c420e commit f987e90Copy full SHA for f987e90
README.md
@@ -2,8 +2,6 @@
2
3
[](https://travis-ci.org/cs50/python-cs50)
4
5
-Supports Python 2 and Python 3.
6
-
7
## Installation
8
9
```
@@ -19,13 +17,4 @@ pip install cs50
19
17
c = cs50.get_char();
20
18
f = cs50.get_float();
21
i = cs50.get_int();
22
- l = cs50.get_long(); # Python 2 only
23
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